[libapache2-mod-perl2] 01/04: Build with gcc-4.8 for the time being to work around problem with gcc-4.9.

gregor herrmann gregoa at debian.org
Wed Jul 9 21:23:42 UTC 2014


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

gregoa pushed a commit to branch master
in repository libapache2-mod-perl2.

commit 334d7df3e0143635b6c5243ef50904535ae0ac14
Author: gregor herrmann <gregoa at debian.org>
Date:   Wed Jul 9 23:06:57 2014 +0200

    Build with gcc-4.8 for the time being to work around problem with gcc-4.9.
    
    Closes: #754308
---
 debian/control | 1 +
 debian/rules   | 2 +-
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/debian/control b/debian/control
index 24162ed..97ed6a3 100644
--- a/debian/control
+++ b/debian/control
@@ -15,6 +15,7 @@ Build-Depends: perl,
  apache2 (>= 2.4~),
  dh-apache2,
  debhelper (>= 9.20120312),
+ gcc-4.8,
  libbsd-resource-perl,
  libcgi-pm-perl,
  libdevel-symdump-perl,
diff --git a/debian/rules b/debian/rules
index 9a46749..0cd2fb9 100755
--- a/debian/rules
+++ b/debian/rules
@@ -24,7 +24,7 @@ override_dh_auto_configure:
 		MP_APR_CONFIG=/usr/bin/apr-config
 
 override_dh_auto_build:
-	dh_auto_build --parallel -- MODPERL_OPTIMIZE="$(CFLAGS)" OPTIMIZE="$(CFLAGS)"
+	dh_auto_build --parallel -- MODPERL_OPTIMIZE="$(CFLAGS)" OPTIMIZE="$(CFLAGS)" MODPERL_CC=gcc-4.8
 
 
 override_dh_auto_test:

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libapache2-mod-perl2.git



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