reopen 662225
thanks

Dear Maintainer,

I'm sorry but I overlooked that the package contains C++ files,
thus CXXFLAGS must be exported as well to enable (hardening)
flags for them.

The following patch fixes that.

diff -Nru libconfig-1.4.8/debian/rules libconfig-1.4.8/debian/rules
--- libconfig-1.4.8/debian/rules        2012-03-05 22:57:43.000000000 +0100
+++ libconfig-1.4.8/debian/rules        2012-03-24 15:09:59.000000000 +0100
@@ -7,10 +7,12 @@
 
 CFLAGS = $(shell dpkg-buildflags --get CFLAGS)
 CFLAGS += -Wall -g
+CXXFLAGS = $(shell dpkg-buildflags --get CXXFLAGS)
+CXXFLAGS += -Wall -g
 LDFLAGS = $(shell dpkg-buildflags --get LDFLAGS)
 LDFLAGS += -Wl,-z,defs
 CPPFLAGS = $(shell dpkg-buildflags --get CPPFLAGS)
-export CFLAGS CPPFLAGS LDFLAGS
+export CFLAGS CXXFLAGS CPPFLAGS LDFLAGS
 
 # shared library versions, option 1
 version=9

Regards,
Simon
-- 
+ privacy is necessary
+ using gnupg http://gnupg.org
+ public key id: 0x92FEFDB7E44C32F9

Attachment: signature.asc
Description: Digital signature

Reply via email to