From 5ab3acad499a413a467aad1c731b16ba7029de19 Mon Sep 17 00:00:00 2001 From: Sebastian Harl Date: Thu, 10 Feb 2011 10:18:08 +0100 Subject: [PATCH] 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. --- debian/rules | 1 + 1 file changed, 1 insertion(+) 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 -- 2.30.2