[Flac-dev] FLAC 1.0 Debian packages available
Matt Zimmerman
mdz at debian.org
Wed Jul 25 15:21:14 PDT 2001
I just uploaded flac 1.0-1 to Debian unstable; it should appear in the archives
tomorrow. In order to get things to work correctly with libtool 1.4, I had to
apply the following patch:
--- flac-1.0.orig/ltmain.sh
+++ flac-1.0/ltmain.sh
@@ -1862,6 +1862,7 @@
else
# We cannot seem to hardcode it, guess we'll fake it.
add_dir="-L$libdir"
+ test -d $ladir/.libs && add_dir="$add_dir -L$ladir/.libs"
add="-l$name"
fi
Without this patch, libtool 1.4 would attempt to re-link the XMMS plugin
against an installed libFLAC which was not yet installed (libtool bug). See
http://lists.debian.org/debian-devel-0105/msg01926.html for a discussion about
this issue, and http://bugs.debian.org/98342 for the corresponding bug report.
I'm forwarding this information here because it might affect other packagers as
well.
--
- mdz
More information about the Flac-dev
mailing list