Skip to Content.
Sympa Menu

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

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 (8f91a3561ed120d01a454177a6e9e4d26f699ef4)
  • Date: Sat, 9 May 2009 14:13:53 -0500

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

libs/stlport/BUILD | 1 +
libs/stlport/HISTORY | 4 ++++
2 files changed, 5 insertions(+)

New commits:
commit 8f91a3561ed120d01a454177a6e9e4d26f699ef4
Author: Eric Sandall <sandalle AT sourcemage.org>
Commit: Eric Sandall <sandalle AT sourcemage.org>

stlport: Also pass extra LDFLAGS
Fixes compilation with -Wl,--hash-style=<style>

diff --git a/libs/stlport/BUILD b/libs/stlport/BUILD
index 82b74cb..0071f2a 100755
--- a/libs/stlport/BUILD
+++ b/libs/stlport/BUILD
@@ -2,6 +2,7 @@

./configure --prefix=${INSTALL_ROOT}/usr \
--with-extra-cflags="$CFLAGS" \
+ --with-extra-ldflags="$LDFLAGS" \
--with-extra-cxxflags="$CXXFLAGS" \
--with-system-boost \
$OPTS &&
diff --git a/libs/stlport/HISTORY b/libs/stlport/HISTORY
index 90b7e8e..c958158 100644
--- a/libs/stlport/HISTORY
+++ b/libs/stlport/HISTORY
@@ -1,3 +1,7 @@
+2009-05-09 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Also pass extra LDFLAGS
+ Fixes compilation with -Wl,--hash-style=<style>
+
2008-12-10 Treeve Jelbert <treeve AT sourcemage.org>
* DETAILS: version 5.2.1
* PRE_BUILD, gcc43.patch, INSTALL: deleted



  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (8f91a3561ed120d01a454177a6e9e4d26f699ef4), Eric Sandall, 05/09/2009

Archive powered by MHonArc 2.6.24.

Top of Page