repo.or.cz
/
arch-packages.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
archrelease: copy trunk to extra-x86_64
[arch-packages.git]
/
id3lib
/
trunk
/
00-add-libz-to-compilation.patch
blob
e93787736487aa73a3e84ca7eaced053424f8981
1
This patch was first introduced in version 3.8.3-3
2
3
It fixes http://bugs.debian.org/208672
4
--- a/src/Makefile.am
5
+++ b/src/Makefile.am
6
@@ -74,6 +74,8 @@
7
8
if ID3_NEEDZLIB
9
LDADD = $(top_builddir)/zlib/src/libz.la
10
+else
11
+libid3_la_LIBADD = -lz
12
endif
13
14
libid3_la_LDFLAGS = \