From 9b6a113e7b02eb6190c514d16bf9d604b789c60a Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Wed, 18 May 2011 14:07:40 +0200 Subject: [PATCH] apache: fixed to use a dedicated sysconfdir, includedir and libexecdir --- network/apache/apache.conf | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/network/apache/apache.conf b/network/apache/apache.conf index c35d65e9d..ed21cfb58 100644 --- a/network/apache/apache.conf +++ b/network/apache/apache.conf @@ -23,6 +23,11 @@ if [ $prefix_auto = 1 ] ; then set_confopt fi +sysconfdir="$sysconfdir/$pkg" +includedir="$includedir/$pkg" + +var_append extraconfopt ' ' "--libexecdir=$libdir/$pkg/modules" + # APR is mandatory, so no additional test needed. pkgprefix -t apr var_append extraconfopt " " "--with-apr=$root/$( pkgprefix apr )"