Skip to Content.
Sympa Menu

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

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 (cf6ed82d138006968cced4ea38277a1c65889322)
  • Date: Tue, 20 Aug 2013 20:11:27 -0500

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

security/nmap/BUILD | 1 +
security/nmap/HISTORY | 3 +++
2 files changed, 4 insertions(+)

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

nmap: Fails to build with -Wl,--as-needed in LDFLAGS

diff --git a/security/nmap/BUILD b/security/nmap/BUILD
index c47decd..6f4c9ff 100755
--- a/security/nmap/BUILD
+++ b/security/nmap/BUILD
@@ -1,3 +1,4 @@
+LDFLAGS="${LDFLAGS/-Wl,--as-needed/}" &&
OPTS="$NMAP_OPTS $OPTS" &&

default_build
diff --git a/security/nmap/HISTORY b/security/nmap/HISTORY
index 5c130c4..94caf92 100644
--- a/security/nmap/HISTORY
+++ b/security/nmap/HISTORY
@@ -1,3 +1,6 @@
+2013-08-20 Eric Sandall <sandalle AT sourcemage.org>
+ * BUILD: Fails to build with -Wl,--as-needed in LDFLAGS
+
2013-08-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 6.40




  • [SM-Commit] GIT changes to master grimoire by Eric Sandall (cf6ed82d138006968cced4ea38277a1c65889322), Eric Sandall, 08/20/2013

Archive powered by MHonArc 2.6.24.

Top of Page