From e5cd302e593a60590097590e7050671f4969d9a2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tiziano=20M=C3=BCller?= Date: Thu, 11 Feb 2016 15:32:39 +0100 Subject: [PATCH] pulseaudio: fix ltmain to not relink against host libs --- ...ulseaudio-0900.03-dont_relink_against_host.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 packages/audio/pulseaudio/patches/pulseaudio-0900.03-dont_relink_against_host.patch diff --git a/packages/audio/pulseaudio/patches/pulseaudio-0900.03-dont_relink_against_host.patch b/packages/audio/pulseaudio/patches/pulseaudio-0900.03-dont_relink_against_host.patch new file mode 100644 index 0000000000..e2697750d8 --- /dev/null +++ b/packages/audio/pulseaudio/patches/pulseaudio-0900.03-dont_relink_against_host.patch @@ -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