Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (630303cf37b46b50f7778d2c65155ed711741746)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Vlad Glagolev <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (630303cf37b46b50f7778d2c65155ed711741746)
  • Date: Fri, 13 Aug 2010 12:41:34 -0500

GIT changes to master grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

net/ipsec-tools/BUILD | 5 +++--
net/ipsec-tools/HISTORY | 6 +++---
2 files changed, 6 insertions(+), 5 deletions(-)

New commits:
commit 630303cf37b46b50f7778d2c65155ed711741746
Author: Vlad Glagolev <stealth AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

ipsec-tools: fixed compilation with GCC 4.4

diff --git a/net/ipsec-tools/BUILD b/net/ipsec-tools/BUILD
index 560f259..59b150f 100755
--- a/net/ipsec-tools/BUILD
+++ b/net/ipsec-tools/BUILD
@@ -1,6 +1,7 @@
-OPTS="--with-kernel-headers=$TRACK_ROOT/usr/include $OPTS" &&
+OPTS="--with-kernel-headers=/usr/include \
+ --enable-shared \
+ $OPTS" &&

-# fixes compilation with GCC 4.4
CFLAGS="-fno-strict-aliasing $CFLAGS" &&

default_build
diff --git a/net/ipsec-tools/HISTORY b/net/ipsec-tools/HISTORY
index 87157b7..516f5dd 100644
--- a/net/ipsec-tools/HISTORY
+++ b/net/ipsec-tools/HISTORY
@@ -1,6 +1,6 @@
-2010-07-08 Vlad Glagolev <stealth AT sourcemage.org>
- * BUILD: use $TRACK_ROOT; OPTS moved to the end; removed deprecated
- hacks; fixed compilation with GCC 4.4
+2010-08-13 Vlad Glagolev <stealth AT sourcemage.org>
+ * BUILD: removed deprecated hacks; fixed compilation with gcc 4.4;
+ build shared libraries

2010-01-20 Vlad Glagolev <stealth AT sourcemage.org>
* DETAILS: updated spell to 0.7.3, quoting paths



  • [SM-Commit] GIT changes to master grimoire by Vlad Glagolev (630303cf37b46b50f7778d2c65155ed711741746), Vlad Glagolev, 08/13/2010

Archive powered by MHonArc 2.6.24.

Top of Page