diff options
Diffstat (limited to 'meta/recipes-extended')
-rw-r--r-- | meta/recipes-extended/bzip2/bzip2/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta/recipes-extended/bzip2/bzip2/Makefile.am b/meta/recipes-extended/bzip2/bzip2/Makefile.am index dcf64584d9..adc85a62b2 100644 --- a/meta/recipes-extended/bzip2/bzip2/Makefile.am +++ b/meta/recipes-extended/bzip2/bzip2/Makefile.am | |||
@@ -1,6 +1,6 @@ | |||
1 | 1 | ||
2 | lib_LTLIBRARIES = libbz2.la | 2 | lib_LTLIBRARIES = libbz2.la |
3 | libbz2_la_LDFLAGS = -version-info 1:6:0 | 3 | libbz2_la_LDFLAGS = -version-info 1:8:0 |
4 | 4 | ||
5 | libbz2_la_SOURCES = blocksort.c \ | 5 | libbz2_la_SOURCES = blocksort.c \ |
6 | huffman.c \ | 6 | huffman.c \ |