[libapache2-mod-perl2] 03/04: Build with gcc-4.9 again. (Closes: #754901)
Niko Tyni
ntyni at moszumanska.debian.org
Wed Aug 6 14:55:58 UTC 2014
This is an automated email from the git hooks/post-receive script.
ntyni pushed a commit to branch ntyni/perl520
in repository libapache2-mod-perl2.
commit 2d4db72cf3eb3313a1fb94aab8b1ad5725925939
Author: Niko Tyni <ntyni at debian.org>
Date: Wed Aug 6 16:00:33 2014 +0300
Build with gcc-4.9 again. (Closes: #754901)
This reverts d3538deb4e909702f7d893eabf8ffd0afca12cda.
---
debian/changelog | 5 +++--
debian/control | 1 -
debian/rules | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/debian/changelog b/debian/changelog
index b70d57b..e9c1b73 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,7 +1,8 @@
libapache2-mod-perl2 (2.0.8+httpd24-r1449661-9) UNRELEASED; urgency=medium
- * Work around gcc-4.9 breakage by disabling the tree-dse
- optimization for modperl_env_table_populate(). (See #754901)
+ * Build with gcc-4.9 again. (Closes: #754901)
+ + work around gcc-4.9 breakage by disabling the tree-dse
+ optimization for modperl_env_table_populate().
-- Niko Tyni <ntyni at debian.org> Wed, 06 Aug 2014 15:56:11 +0300
diff --git a/debian/control b/debian/control
index 60b67aa..c8272c9 100644
--- a/debian/control
+++ b/debian/control
@@ -15,7 +15,6 @@ 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 0cd2fb9..9a46749 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)" MODPERL_CC=gcc-4.8
+ dh_auto_build --parallel -- MODPERL_OPTIMIZE="$(CFLAGS)" OPTIMIZE="$(CFLAGS)"
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