[libapache2-mod-perl2] 01/01: rules: pass CPPFLAGS to the build

Damyan Ivanov dmn at moszumanska.debian.org
Fri May 27 15:02:45 UTC 2016


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

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

commit 58dedff3c357cf9da9b3201fb212bf51ba7c2b44
Author: Damyan Ivanov <dmn at debian.org>
Date:   Fri May 27 15:02:38 2016 +0000

    rules: pass CPPFLAGS to the build
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index 7d1afd7..4f95ec7 100755
--- a/debian/rules
+++ b/debian/rules
@@ -18,7 +18,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) $(CPPFLAGS)" OPTIMIZE="$(CFLAGS) $(CPPFLAGS)"
 
 
 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