Browse Source

mod_perl: fixed to not overwrite plconfopt

stable/0.2
Christian Wiese 13 years ago
parent
commit
581ee89c26
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      perl/mod_perl/mod_perl.conf

+ 1
- 1
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"

Loading…
Cancel
Save