diff options
Diffstat (limited to 'meta/recipes-extended/bzip2')
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2-1.0.6/Makefile.am | 1 | ||||
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac | 5 |
2 files changed, 2 insertions, 4 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.6/Makefile.am b/meta/recipes-extended/bzip2/bzip2-1.0.6/Makefile.am index 1d163b6c98..05d389fc7d 100644 --- a/meta/recipes-extended/bzip2/bzip2-1.0.6/Makefile.am +++ b/meta/recipes-extended/bzip2/bzip2-1.0.6/Makefile.am | |||
@@ -1,5 +1,6 @@ | |||
1 | 1 | ||
2 | lib_LTLIBRARIES = libbz2.la | 2 | lib_LTLIBRARIES = libbz2.la |
3 | libbz2_la_LDFLAGS = -version-info 1:6:0 | ||
3 | 4 | ||
4 | libbz2_la_SOURCES = blocksort.c \ | 5 | libbz2_la_SOURCES = blocksort.c \ |
5 | huffman.c \ | 6 | huffman.c \ |
diff --git a/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac b/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac index 47ee576a8e..e2bf1bf110 100644 --- a/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac +++ b/meta/recipes-extended/bzip2/bzip2-1.0.6/configure.ac | |||
@@ -1,12 +1,9 @@ | |||
1 | AC_PREREQ([2.57]) | 1 | AC_PREREQ([2.57]) |
2 | 2 | ||
3 | AC_INIT(bzip2, 2.0.5, , libXrender) | 3 | AC_INIT(bzip2, 1.0.6) |
4 | AM_INIT_AUTOMAKE(foreign) | 4 | AM_INIT_AUTOMAKE(foreign) |
5 | AM_MAINTAINER_MODE | 5 | AM_MAINTAINER_MODE |
6 | 6 | ||
7 | #AM_CONFIG_HEADER(config.h) | ||
8 | |||
9 | # Check for progs | ||
10 | AC_PROG_CC | 7 | AC_PROG_CC |
11 | AC_PROG_LIBTOOL | 8 | AC_PROG_LIBTOOL |
12 | 9 | ||