[pkg-d-commits] [dub] 03/04: Remove no-as-needed GDC linker hack

Matthias Klumpp mak at moszumanska.debian.org
Tue Jan 24 21:55:08 UTC 2017


This is an automated email from the git hooks/post-receive script.

mak pushed a commit to branch master
in repository dub.

commit 66a855ee8692dc14ce7f1a49a40207260ce3054c
Author: Matthias Klumpp <mak at debian.org>
Date:   Tue Jan 24 22:37:27 2017 +0100

    Remove no-as-needed GDC linker hack
---
 debian/build_dub.sh | 2 +-
 debian/control      | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/debian/build_dub.sh b/debian/build_dub.sh
index 35032dd..5e91a73 100755
--- a/debian/build_dub.sh
+++ b/debian/build_dub.sh
@@ -15,7 +15,7 @@ echo "enum dubVersion = \"$DEB_VERSION\";" >> source/dub/version_.d
 
 echo "Running $GDC..."
 $GDC -v -obin/dub -fversion=DubUseCurl -Isource \
-	-Wl,--push-state,--no-as-needed $LIBS -lz -Wl,--pop-state \
+	$LIBS -lz \
 	$CFLAGS \
 	$LDFLAGS \
 	$* @build-files.txt
diff --git a/debian/control b/debian/control
index f814762..d0d4df4 100644
--- a/debian/control
+++ b/debian/control
@@ -4,7 +4,7 @@ Priority: optional
 Maintainer: Debian D Language Group <pkg-d-devel at lists.alioth.debian.org>
 Uploaders: Matthias Klumpp <mak at debian.org>
 Build-Depends: debhelper (>= 10),
-               gdc (>= 5.2),
+               gdc (>= 6.2),
                libcurl4-gnutls-dev | libcurl4-openssl-dev
 Standards-Version: 3.9.8
 Homepage: http://code.dlang.org/

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-d/dub.git



More information about the pkg-d-commits mailing list