Remove obsolete configure option: --with-php
[manu/suphp.git] / debian / rules
index c2a12b9..2e33f52 100755 (executable)
        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 \
-       --with-php=/usr/bin/php-cgi \
        --sbindir=/usr/lib/suphp \
        --with-setid-mode=owner \
        --with-logfile=/var/log/suphp/suphp.log