From 807c2ba29ea8af3ebab44e3acf3e9ed682c1f96d Mon Sep 17 00:00:00 2001 From: Paul Menzel Date: Wed, 8 Mar 2017 13:50:57 +0100 Subject: [PATCH] pulseaudio: Disable rpath Do what the Beyond Linux From Scratch instructions do [1]. > --disable-rpath: This switch prevents linker from adding a hardcoded > runtime path to the installed programs and libraries. [1] http://www.linuxfromscratch.org/blfs/view/8.0/multimedia/pulseaudio.html --- pulseaudio.be0 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pulseaudio.be0 b/pulseaudio.be0 index aa952eaac..577968f1d 100755 --- a/pulseaudio.be0 +++ b/pulseaudio.be0 @@ -28,7 +28,8 @@ PATCHURL[0]="" mee_configure() { bee_configure \ - --disable-bluez4 + --disable-bluez4 \ + --disable-rpath } #mee_build() {