From: Sebastian Harl Date: Thu, 10 Feb 2011 09:18:08 +0000 (+0100) Subject: rules: Pass --with-httpd-conf=/etc/apache2/conf.d to configure. X-Git-Tag: v_0_6_11-1~13 X-Git-Url: https://git.tokkee.org/?p=pkg-pnp4nagios.git;a=commitdiff_plain;h=5ab3acad499a413a467aad1c731b16ba7029de19 rules: Pass --with-httpd-conf=/etc/apache2/conf.d to configure. Else, it'll fall back to /etc/httpd/conf.d if Apache is not installed at build time. --- diff --git a/debian/rules b/debian/rules index 1eafde8..206b2c9 100755 --- a/debian/rules +++ b/debian/rules @@ -37,6 +37,7 @@ config.status: configure --infodir=\$${prefix}/share/info \ --without-kohana \ --with-kohana_system=/usr/share/php/kohana/system \ + --with-httpd-conf=/etc/apache2/conf.d \ CFLAGS="$(CFLAGS)" build: build-stamp