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
[SM-Commit] GIT changes to master grimoire by Eric Sandall (fba063c8ac2c21da655bba175623c7ddfe6d8649),
Eric Sandall, 10/05/2010