X-Git-Url: http://git.home-dn.net/?p=manu%2Fsuphp.git;a=blobdiff_plain;f=debian%2Frules;fp=debian%2Frules;h=96b58c3a4e6d93a95cc1de24482d0cd97e502061;hp=c2a12b90ecb861fd106b17d6389db36c7a6fd285;hb=a3af8e4ad1470308fb3c643b61fa4e3818db9b7d;hpb=8ac71cea2f0eea00e1e8b126531f4dc0498fbd4f 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 \