Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (058503b397412a3c4de1292b81d1fd600714f31a)

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 stable-0.62 grimoire by Vlad Glagolev (058503b397412a3c4de1292b81d1fd600714f31a)
  • Date: Mon, 9 Mar 2015 06:05:27 -0500

GIT changes to stable-0.62 grimoire by Vlad Glagolev <stealth AT sourcemage.org>:

ftp/wget/BUILD | 1 +
ftp/wget/DETAILS | 2 +-
ftp/wget/HISTORY | 6 ++++++
3 files changed, 8 insertions(+), 1 deletion(-)

New commits:
commit 058503b397412a3c4de1292b81d1fd600714f31a
Author: Ismael Luceno <ismael AT sourcemage.org>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wget: Fix linking issues

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

(cherry picked from commit 79927bad94962d17c94f6b62d27f8a6e9c7b7c22)

commit 0369b46fc821b04a3ab46e683b1f106b62cfabe7
Author: Ladislav Hagara <hgr AT vabo.cz>
Commit: Vlad Glagolev <stealth AT sourcemage.org>

wget 1.16.2

(cherry picked from commit 034da03b8a07a1aec4094b27e4e379014cc2e18c)

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/DETAILS b/ftp/wget/DETAILS
index 54e641d..ff4f285 100755
--- a/ftp/wget/DETAILS
+++ b/ftp/wget/DETAILS
@@ -1,5 +1,5 @@
SPELL=wget
- VERSION=1.16.1
+ VERSION=1.16.2
SECURITY_PATCH=2
SOURCE=$SPELL-$VERSION.tar.xz
SOURCE_URL[0]=$GNU_URL/$SPELL/$SOURCE
diff --git a/ftp/wget/HISTORY b/ftp/wget/HISTORY
index 7f425a0..04562a0 100644
--- a/ftp/wget/HISTORY
+++ b/ftp/wget/HISTORY
@@ -1,3 +1,9 @@
+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
+
2015-01-05 Ismael Luceno <ismael AT sourcemage.org>
* DEPENDS: Made pcre optional




  • [SM-Commit] GIT changes to stable-0.62 grimoire by Vlad Glagolev (058503b397412a3c4de1292b81d1fd600714f31a), Vlad Glagolev, 03/09/2015

Archive powered by MHonArc 2.6.24.

Top of Page