Skip to content

Commit

Permalink
pulseaudio: Disable rpath
Browse files Browse the repository at this point in the history
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
  • Loading branch information
pmenzel committed Mar 8, 2017
1 parent 3bb157f commit 807c2ba
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pulseaudio.be0
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@ PATCHURL[0]=""

mee_configure() {
bee_configure \
--disable-bluez4
--disable-bluez4 \
--disable-rpath
}

#mee_build() {
Expand Down

0 comments on commit 807c2ba

Please sign in to comment.