mirror of
https://git.yoctoproject.org/poky
synced 2026-05-08 05:09:24 +00:00
bzip2: Update soname for libbz2 1.0.8
Set shared library name as libbz2.so.1.0.8, version in configure.ac already synced via do_configure PV substitution. (From OE-Core rev: 07e3abc9d282a54add69a6905ec4248f3104219f) Signed-off-by: Tom Pollard <tom.pollard@codethink.co.uk> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
8bcec870b4
commit
7f66855d11
@@ -1,6 +1,6 @@
|
||||
|
||||
lib_LTLIBRARIES = libbz2.la
|
||||
libbz2_la_LDFLAGS = -version-info 1:6:0
|
||||
libbz2_la_LDFLAGS = -version-info 1:8:0
|
||||
|
||||
libbz2_la_SOURCES = blocksort.c \
|
||||
huffman.c \
|
||||
|
||||
Reference in New Issue
Block a user