blob: 29a81eceafe0fdc83acb47314570c11078352ba4 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- configure.orig 2013-07-25 15:33:15.000000000 +0000
+++ configure
@@ -15422,7 +15422,7 @@ elif test "x$prefix" != "xNONE"; then
ID3_LIBS="-L$prefix/lib"
fi
-ID3_LIBS="$ID3_LIBS -lid3tag"
+ID3_LIBS="$ID3_LIBS -lid3tag -lz"
if test "x$id3_includes" != "x"; then
ID3_CFLAGS="-I$id3_includes"
|