From: Emmanuel Lacour Date: Wed, 18 Apr 2012 12:41:00 +0000 (+0200) Subject: Use CFLAGS instead of CPPFLAGS and append to existing values X-Git-Tag: 0.7.1-1.1~8 X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=commitdiff_plain;h=a3af8e4ad1470308fb3c643b61fa4e3818db9b7d Use CFLAGS instead of CPPFLAGS and append to existing values --- diff --git a/debian/rules b/debian/rules index c2a12b9..96b58c3 100755 --- a/debian/rules +++ b/debian/rules @@ -13,7 +13,7 @@ dh $@ --with quilt,autotools-dev,autoreconf override_dh_auto_configure: - CPPFLAGS="`pkg-config --cflags apr-1`" ./configure --prefix=/usr \ + CFLAGS="$(CFLAGS) `pkg-config --cflags apr-1`" ./configure --prefix=/usr \ --sysconfdir=/etc/suphp \ --with-apxs=/usr/bin/apxs2 \ --with-apache-user=www-data \