[SCM] Debian packaging of libapache-authenhook-perl branch, master, updated. debian/2.00-04+pristine-3-2-geebaaed

gregor herrmann gregoa at debian.org
Fri May 24 23:44:07 UTC 2013


The following commit has been merged in the master branch:
commit 0b6bcf36b287399f0b4db6fc83f9bd796875c204
Author: gregor herrmann <gregoa at debian.org>
Date:   Sat May 25 01:34:47 2013 +0200

    debian/rules: fix passing of *FLAGS in configure step.
    
    Closes: #709676

diff --git a/debian/rules b/debian/rules
index 1b66939..fb347dd 100755
--- a/debian/rules
+++ b/debian/rules
@@ -4,4 +4,4 @@
 	dh $@
 
 override_dh_auto_configure:
-	dh_auto_configure -- CCFLAGS="$(shell apr-1-config --includes) $(shell apr-1-config --cflags)"
+	dh_auto_configure -- OPTIMIZE="$(CFLAGS) $(CPPFLAGS) $(shell apr-1-config --includes) $(shell apr-1-config --cflags)"

-- 
Debian packaging of libapache-authenhook-perl



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