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