[libimage-seek-perl] 01/05: Pass -lstdc++ via LDLOADLIBS rather than DEB_LDFLAGS_MAINT_APPEND, so that it ends up after the objects that use it.

gregor herrmann gregoa at debian.org
Fri Nov 3 12:54:10 UTC 2017


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

gregoa pushed a commit to branch master
in repository libimage-seek-perl.

commit 9d6e4c675ba3d46ce6659fcf245aefb9e4eb90df
Author: Colin Watson <cjwatson at ubuntu.com>
Date:   Wed Aug 20 17:28:17 2014 +0100

    Pass -lstdc++ via LDLOADLIBS rather than DEB_LDFLAGS_MAINT_APPEND, so that it ends up after the objects that use it.
    
    Closes: #880643
    Thanks: Matthias Klose for the bug report.
---
 debian/rules | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/debian/rules b/debian/rules
index c566eb5..e024cd3 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,6 +1,7 @@
 #!/usr/bin/make -f
 
-export DEB_LDFLAGS_MAINT_APPEND=-lstdc++
-
 %:
 	dh $@
+
+override_dh_auto_configure:
+	dh_auto_configure -- LDLOADLIBS=-lstdc++

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libimage-seek-perl.git



More information about the Pkg-perl-cvs-commits mailing list