[libmath-gsl-perl] 06/13: Drop 0003-Use-Config-cccdlflags-in-the-build.patch, merged upstream.

gregor herrmann gregoa at debian.org
Mon Oct 3 22:16:10 UTC 2016


This is an automated email from the git hooks/post-receive script.

gregoa pushed a commit to branch master
in repository libmath-gsl-perl.

commit 8d0154df436c6823333e648ff39998453fada54a
Author: gregor herrmann <gregoa at debian.org>
Date:   Mon Oct 3 23:32:02 2016 +0200

    Drop 0003-Use-Config-cccdlflags-in-the-build.patch, merged upstream.
---
 .../0003-Use-Config-cccdlflags-in-the-build.patch  | 36 ----------------------
 debian/patches/series                              |  1 -
 2 files changed, 37 deletions(-)

diff --git a/debian/patches/0003-Use-Config-cccdlflags-in-the-build.patch b/debian/patches/0003-Use-Config-cccdlflags-in-the-build.patch
deleted file mode 100644
index b321c15..0000000
--- a/debian/patches/0003-Use-Config-cccdlflags-in-the-build.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 5aeb4938b7e34c124f44297d447b8efbc412c02f Mon Sep 17 00:00:00 2001
-From: Niko Tyni <ntyni at debian.org>
-Date: Thu, 2 Jun 2016 22:56:25 +0300
-Subject: [PATCH] Use $Config{cccdlflags} in the build
-
-This properly injects -fPIC on all Debian architectures, fixing link
-failures on at least mips*.
-
-The earlier explicit injection of -fPIC on amd64 becomes redundant with
-this but shouldn't harm.
-
-It looks like inc/GSLBuilder.pm tries to use cccdlflags, but doesn't
-get them in $cf from Module::Build. This may be because the copy-pasted
-compile_c() method has since been rewritten in Module::Build to use
-ExtUtils::CBuilder, and the interface may have changed.
-
-Bug-Debian: https://bugs.debian.org/826009
----
- Build.PL | 1 +
- 1 file changed, 1 insertion(+)
-
-diff --git a/Build.PL b/Build.PL
-index 7c3940a..5bc1e42 100644
---- a/Build.PL
-+++ b/Build.PL
-@@ -73,6 +73,7 @@ if ($Config{archname} =~ /x86_64|amd64/ ) {
-     $ldflags .= ' -fPIC  -fno-omit-frame-pointer ';
-     $ccflags .= ' -fPIC  -fno-omit-frame-pointer ';
- }
-+$ccflags = $Config{cccdlflags} . ' ' . $ldflags;
- 
- my @Subsystems = grep { ! /^Test$/ } GSLBuilder::subsystems();
- 
--- 
-2.8.1
-
diff --git a/debian/patches/series b/debian/patches/series
index 27dfd07..168722e 100644
--- a/debian/patches/series
+++ b/debian/patches/series
@@ -1,3 +1,2 @@
 0001-Hardening-Build-Patch.patch
 0002-Fixed-spelling-errors-in-man.patch
-0003-Use-Config-cccdlflags-in-the-build.patch

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libmath-gsl-perl.git



More information about the Pkg-perl-cvs-commits mailing list