wok-next annotate 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
rev   line source
al@20357 1 This patch was first introduced in version 3.8.3-3
al@20357 2
al@20357 3 It fixes http://bugs.debian.org/208672
al@20357 4 --- a/src/Makefile.am
al@20357 5 +++ b/src/Makefile.am
al@20357 6 @@ -74,6 +74,8 @@
al@20357 7
al@20357 8 if ID3_NEEDZLIB
al@20357 9 LDADD = $(top_builddir)/zlib/src/libz.la
al@20357 10 +else
al@20357 11 +libid3_la_LIBADD = -lz
al@20357 12 endif
al@20357 13
al@20357 14 libid3_la_LDFLAGS = \