Description: pass CFLAGS and CPPFLAGS explicitly in the subdirectory to get all hardening flags
Origin: vendor
Bug-Debian: http://bugs.debian.org/686177
Forwarded: not-yet
Author: gregor herrmann <gregoa@debian.org>
Last-Update: 2012-08-30

--- a/tacpluslib/Makefile.PL
+++ b/tacpluslib/Makefile.PL
@@ -20,6 +20,7 @@
     DEFINE    => $defines{$osname},
     SKIP      => [qw(static dynamic)],
     clean     => {'FILES' => 'libtacplus$(LIB_EXT)'},              
+    CCFLAGS   => "$ENV{'CFLAGS'} $ENV{'CPPFLAGS'}",
 );                                                               
                                                                  
 sub MY::top_targets {     
