wok-next view id3lib/stuff/patches/00-add-libz-to-compilation.patch @ rev 20789
gnupg: force rebuild
author | Erkan Yilmaz <erkan@slitaz.org> |
---|---|
date | Sat Jun 09 09:29:38 2018 +0000 (2018-06-09) |
parents | |
children |
line source
1 This patch was first introduced in version 3.8.3-3
3 It fixes http://bugs.debian.org/208672
4 --- a/src/Makefile.am
5 +++ b/src/Makefile.am
6 @@ -74,6 +74,8 @@
8 if ID3_NEEDZLIB
9 LDADD = $(top_builddir)/zlib/src/libz.la
10 +else
11 +libid3_la_LIBADD = -lz
12 endif
14 libid3_la_LDFLAGS = \