Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
devel:languages:perl:autoupdate
perl-Math-GSL
0003-Fix-ccflags-handling.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File 0003-Fix-ccflags-handling.patch of Package perl-Math-GSL
From 78760efbddea3cf832d71dbf979e0f51cb96aa85 Mon Sep 17 00:00:00 2001 From: Niko Tyni <ntyni@debian.org> Date: Fri, 7 Oct 2016 09:07:51 +0300 Subject: [PATCH] Fix ccflags handling The fix for [rt.cpan.org #115023] (commit fd2e1d685aaa3698) accidentally overwrote ccflags with the ldflags content. It seems possible that the clang warnings were due to this and commit 7d5872a806a8ebb48f is now unnecessary but I haven't tested that. Bug-Debian: https://bugs.debian.org/839775 Origin: backport, https://github.com/leto/math--gsl/pull/127 --- Build.PL | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- libmath-gsl-perl.orig/Build.PL +++ libmath-gsl-perl/Build.PL @@ -73,7 +73,7 @@ $ldflags .= ' -fPIC -fno-omit-frame-pointer '; $ccflags .= ' -fPIC -fno-omit-frame-pointer '; } -$ccflags = $Config{cccdlflags} . ' ' . $ldflags; +$ccflags = $Config{cccdlflags} . ' ' . $ccflags; my @Subsystems = grep { ! /^Test$/ } GSLBuilder::subsystems(); push @Subsystems, "Multilarge" if $major >= 2;
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