Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
home:tinita:branches:devel:languages:perl:autoupdate
perl-Math-GSL
0001-Hardening-Build-Patch.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0001-Hardening-Build-Patch.patch of Package perl-Math-GSL
Description: Add hardening flags Forwarded: not-needed Author: Wolfgang Fütterer <debian@wlf-online.de> Reviewed-by: gregor herrmann <gregoa@debian.org> Last-Update: 2016-10-03 --- Build.PL | 3 +++ 1 file changed, 3 insertions(+) --- a/Build.PL +++ b/Build.PL @@ -45,6 +45,9 @@ $swig_flags = ' -I/usr/include' if $ccfl $ccflags .= " $Config{ccflags}"; # we need this for some Linuxes +$ccflags .= " $ENV{CFLAGS} $ENV{CPPFLAGS}"; #Needed for hardening on debian +$ldflags .= " $ENV{CFLAGS} $ENV{LDFLAGS}"; #Needed for hardening on debian + ## Swig produces a number of GCC warnings. Turn them off if we can. $ccflags .= try_cflags("-Wall"); $ccflags .= try_cflags("-Wno-sometimes-uninitialized");
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor