[libimage-seek-perl] 06/08: debian/rules: append -lstdc++ to LDFLAGS.

gregor herrmann gregoa at debian.org
Sat Feb 22 19:29:59 UTC 2014


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 c0cb35568e0174a01086bcb351175e0c738ca8ab
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat Feb 22 20:27:06 2014 +0100

    debian/rules: append -lstdc++ to LDFLAGS.
    
    Otherwise we get missing symbols in combination with hardening (relro).
---
 debian/rules | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/debian/rules b/debian/rules
index 2d33f6a..c566eb5 100755
--- a/debian/rules
+++ b/debian/rules
@@ -1,4 +1,6 @@
 #!/usr/bin/make -f
 
+export DEB_LDFLAGS_MAINT_APPEND=-lstdc++
+
 %:
 	dh $@

-- 
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