|
@ -19,6 +19,12 @@ fi |
|
|
|
|
|
|
|
|
var_append GCC_WRAPPER_REMOVE ' ' '-Werror' |
|
|
var_append GCC_WRAPPER_REMOVE ' ' '-Werror' |
|
|
|
|
|
|
|
|
|
|
|
# perl bindings |
|
|
|
|
|
if pkginstalled perl; then |
|
|
|
|
|
# options passed to "perl Makefile.PL" |
|
|
|
|
|
var_append extraconfopt ' ' "--with-perl-bindings='INSTALLDIRS=vendor'" |
|
|
|
|
|
fi |
|
|
|
|
|
|
|
|
# apache plugin |
|
|
# apache plugin |
|
|
pkginstalled apache || var_append confopt ' ' "--disable-apache" |
|
|
pkginstalled apache || var_append confopt ' ' "--disable-apache" |
|
|
|
|
|
|
|
|