[SM-Commit] GIT changes to master grimoire by Vlad Glagolev (630303cf37b46b50f7778d2c65155ed711741746)
Vlad Glagolev
scm at sourcemage.org
Fri Aug 13 13:41:34 EDT 2010
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
More information about the SM-Commit
mailing list