Merge pull request #4704 from dev-zero/master

pulseaudio: fix ltmain to not relink against host libs
This commit is contained in:
Lukas Rusak 2016-02-12 01:18:50 -08:00
commit 2cb51a4b5e

View File

@ -0,0 +1,13 @@
diff --git a/build-aux/ltmain.sh b/build-aux/ltmain.sh
index 63ae69d..cfde522 100644
--- a/build-aux/ltmain.sh
+++ b/build-aux/ltmain.sh
@@ -6918,7 +6918,7 @@ func_mode_link ()
fi
else
# We cannot seem to hardcode it, guess we'll fake it.
- add_dir="-L$libdir"
+ #add_dir="-L$libdir"
# Try looking first in the location we're being installed to.
if test -n "$inst_prefix_dir"; then
case $libdir in