wok-next view id3lib/stuff/patches/00-add-libz-to-compilation.patch @ rev 20646

grub2-efi: ls module embedded
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed May 02 11:12:13 2018 +0200 (2018-05-02)
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 = \