Code

rules: Pass --with-httpd-conf=/etc/apache2/conf.d to configure.
authorSebastian Harl <sh@tokkee.org>
Thu, 10 Feb 2011 09:18:08 +0000 (10:18 +0100)
committerSebastian Harl <sh@tokkee.org>
Thu, 10 Feb 2011 09:18:08 +0000 (10:18 +0100)
Else, it'll fall back to /etc/httpd/conf.d if Apache is not installed at build
time.

debian/rules

index 1eafde8740bbd0364aba1e7be433956755c70157..206b2c975a871d681716f2b18048152bfc8f6d8b 100755 (executable)
@@ -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