search for: ladir

Displaying 2 results from an estimated 2 matches for "ladir".

Did you mean: adir
2004 Sep 10
2
FLAC 1.0 Debian packages available
...tch: --- 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-...
2004 Sep 10
0
FLAC 1.0 Debian packages available
...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 > h...