|
|
@ -23,6 +23,11 @@ if [ $prefix_auto = 1 ] ; then |
|
|
|
set_confopt |
|
|
|
set_confopt |
|
|
|
fi |
|
|
|
fi |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
sysconfdir="$sysconfdir/$pkg" |
|
|
|
|
|
|
|
includedir="$includedir/$pkg" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var_append extraconfopt ' ' "--libexecdir=$libdir/$pkg/modules" |
|
|
|
|
|
|
|
|
|
|
|
# APR is mandatory, so no additional test needed. |
|
|
|
# APR is mandatory, so no additional test needed. |
|
|
|
pkgprefix -t apr |
|
|
|
pkgprefix -t apr |
|
|
|
var_append extraconfopt " " "--with-apr=$root/$( pkgprefix apr )" |
|
|
|
var_append extraconfopt " " "--with-apr=$root/$( pkgprefix apr )" |
|
|
|