[SM-Commit] GIT changes to master grimoire by Eric Sandall (fba063c8ac2c21da655bba175623c7ddfe6d8649)

Eric Sandall scm at sourcemage.org
Tue Oct 5 15:17:59 EDT 2010


GIT changes to master grimoire by Eric Sandall <sandalle at sourcemage.org>:

 audio-drivers/pulseaudio/BUILD   |    1 +
 audio-drivers/pulseaudio/HISTORY |    4 ++++
 2 files changed, 5 insertions(+)

New commits:
commit fba063c8ac2c21da655bba175623c7ddfe6d8649
Author: Eric Sandall <sandalle at sourcemage.org>
Commit: Eric Sandall <sandalle at sourcemage.org>

    pulseaudio:  Fails to compile with -Wl,--as-needed in LDFLAGS
    Fixes Bug #15307

diff --git a/audio-drivers/pulseaudio/BUILD b/audio-drivers/pulseaudio/BUILD
index e656c67..ffdce6d 100755
--- a/audio-drivers/pulseaudio/BUILD
+++ b/audio-drivers/pulseaudio/BUILD
@@ -1,2 +1,3 @@
 OPTS="$PULSE_OSS $OPTS" &&
+LDFLAGS="${LDFLAGS/-Wl,--as-needed}" &&
 default_build
diff --git a/audio-drivers/pulseaudio/HISTORY b/audio-drivers/pulseaudio/HISTORY
index f8ea89f..91c16d6 100644
--- a/audio-drivers/pulseaudio/HISTORY
+++ b/audio-drivers/pulseaudio/HISTORY
@@ -1,3 +1,7 @@
+2010-10-05 Eric Sandall <sandalle at sourcemage.org>
+	* BUILD: Fails to compile with -Wl,--as-needed in LDFLAGS
+	  Fixes Bug #15307
+
 2010-10-04 Eric Sandall <sandalle at sourcemage.org>
 	* DEPENDS: Clarify what some optional depends are for
 



More information about the SM-Commit mailing list