Skip to Content.
Sympa Menu

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

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Eric Sandall <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Eric Sandall (fba063c8ac2c21da655bba175623c7ddfe6d8649)
  • Date: Tue, 5 Oct 2010 14:17:59 -0500

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




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (fba063c8ac2c21da655bba175623c7ddfe6d8649), Eric Sandall, 10/05/2010

Archive powered by MHonArc 2.6.24.

Top of Page