From a3af8e4ad1470308fb3c643b61fa4e3818db9b7d Mon Sep 17 00:00:00 2001 From: Emmanuel Lacour Date: Wed, 18 Apr 2012 14:41:00 +0200 Subject: [PATCH] Use CFLAGS instead of CPPFLAGS and append to existing values --- debian/rules | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 \ -- 2.11.0