[libapache2-mod-perl2] 10/12: 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:40:26 UTC 2014
This is an automated email from the git hooks/post-receive script.
gregoa pushed a commit to branch gregoa/gcc-4.8
in repository libapache2-mod-perl2.
commit d3538deb4e909702f7d893eabf8ffd0afca12cda
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 c8272c9..60b67aa 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