Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Ismael Luceno (79927bad94962d17c94f6b62d27f8a6e9c7b7c22)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Ismael Luceno <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Ismael Luceno (79927bad94962d17c94f6b62d27f8a6e9c7b7c22)
  • Date: Mon, 9 Mar 2015 05:56:52 -0500

GIT changes to master grimoire by Ismael Luceno <ismael AT sourcemage.org>:

ftp/wget/BUILD | 1 +
ftp/wget/HISTORY | 3 +++
2 files changed, 4 insertions(+)

New commits:
commit 79927bad94962d17c94f6b62d27f8a6e9c7b7c22
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Ismael Luceno <ismael AT sourcemage.org>

wget: Fix linking issues

Indirectly depends on libm, and fails to link with -Wl,--as-needed

diff --git a/ftp/wget/BUILD b/ftp/wget/BUILD
index 480741f..7122d5d 100755
--- a/ftp/wget/BUILD
+++ b/ftp/wget/BUILD
@@ -6,6 +6,7 @@ OPTS="$WGET_OPTS $OPTS --build=${BUILD}"
if use_gcc 4.0; then
CFLAGS="${CFLAGS/-O3/-O2}"
fi &&
+LDFLAGS="${LDFLAGS//-Wl,--as-needed} -lm" &&

./configure --prefix=${TRACK_ROOT}/usr \
--sysconfdir=${TRACK_ROOT}/etc \
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index 9a3a361..04562a0 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,6 @@
+2015-03-08 Ismael Luceno <ismael AT sourcemage.org>
+ * BUILD: Fixed linking issues
+
2015-03-01 Ladislav Hagara <hgr AT vabo.cz>
* DETAILS: 1.16.2




  • [SM-Commit] GIT changes to master grimoire by Ismael Luceno (79927bad94962d17c94f6b62d27f8a6e9c7b7c22), Ismael Luceno, 03/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page