From 581ee89c26349d6fec866d9927d73786a7485e12 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Sat, 28 May 2011 18:51:09 +0200 Subject: [PATCH] mod_perl: fixed to not overwrite plconfopt --- perl/mod_perl/mod_perl.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/perl/mod_perl/mod_perl.conf b/perl/mod_perl/mod_perl.conf index 420b35fe8..680c934cc 100644 --- a/perl/mod_perl/mod_perl.conf +++ b/perl/mod_perl/mod_perl.conf @@ -16,4 +16,4 @@ # we depend on apache pkgprefix -t apache -plconfopt="MP_APXS=$( pkgprefix -r sbindir apache)/apxs" +var_append plconfopt ' ' "MP_APXS=$( pkgprefix -r sbindir apache)/apxs"