[cpp-sp] 08/18: The build system now links with the needed libraries only

Scott Cantor cantor.2 at osu.edu
Thu Dec 20 19:48:39 EST 2018


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

scantor pushed a commit to annotated tag debian/2.6.0+dfsg1-1
in repository cpp-sp.

View the commit online:
http://git.shibboleth.net/view/?p=cpp-sp.git;a=commit;h=54944c3b0fa70e7ad489c929f008998b66e2a266

commit 54944c3b0fa70e7ad489c929f008998b66e2a266
Author: Ferenc Wágner <wferi at niif.hu>
AuthorDate: Mon Jul 18 16:55:41 2016 +0200

    The build system now links with the needed libraries only
    
    Separating the discovered dependency libraries into specific variables
    instead of putting everything into LIBS made the --as-needed linker
    options superfluous.
---
 debian/rules | 6 ------
 1 file changed, 6 deletions(-)

diff --git a/debian/rules b/debian/rules
index d012978..c34bac2 100755
--- a/debian/rules
+++ b/debian/rules
@@ -3,9 +3,6 @@
 # Enable compiler hardening flags.
 export DEB_BUILD_MAINT_OPTIONS = hardening=+all
 
-# Add --as-needed to drop a few unnecessary dependencies.
-export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
-
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 ifneq (,$(findstring noopt,$(DEB_BUILD_OPTIONS)))
@@ -29,9 +26,6 @@ get-orig-source:
 %:
 	dh $@ --parallel --with apache2,autoreconf
 
-override_dh_autoreconf:
-	dh_autoreconf --as-needed
-
 override_dh_auto_configure:
 	dh_auto_configure -- \
 	    --enable-apache-24 --with-apxs24=/usr/bin/apxs2 \

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list