bzip2: set correct soname

The correct name for the bzip2 shared library is libbz2.so.1.0.6, not
libbz2.so.0.0.0.  Pass -version-info to libtool to correct this.

Also fix the configure.ac so that is doesn't mention libXrender and has the
right version.

(From OE-Core rev: 1ae11a6ea5ff82f6492a880ff45e19f3779918da)

Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Ross Burton 2016-04-05 22:26:00 +01:00 committed by Richard Purdie
parent cbe33ecb15
commit 45c19447ae
2 changed files with 2 additions and 4 deletions

View File

@ -1,5 +1,6 @@
lib_LTLIBRARIES = libbz2.la
libbz2_la_LDFLAGS = -version-info 1:6:0
libbz2_la_SOURCES = blocksort.c \
huffman.c \

View File

@ -1,12 +1,9 @@
AC_PREREQ([2.57])
AC_INIT(bzip2, 2.0.5, , libXrender)
AC_INIT(bzip2, 1.0.6)
AM_INIT_AUTOMAKE(foreign)
AM_MAINTAINER_MODE
#AM_CONFIG_HEADER(config.h)
# Check for progs
AC_PROG_CC
AC_PROG_LIBTOOL