|
|
|
@ -45,7 +45,7 @@ pkginstalled sun-jdk14 && var_append extraconfopt " " "--enable-javahl --with-jd |
|
|
|
if pkginstalled apache; then |
|
|
|
apacheprefix=${ROCKCFG_PKG_APACHE_PREFIX:-opt/apache} |
|
|
|
var_append extraconfopt " " "--with-apxs=/$apacheprefix/sbin/apxs \ |
|
|
|
--with-apr=/$apacheprefix/bin/apr-config --with-apr-util=/$apacheprefix \ |
|
|
|
--with-apr=/$apacheprefix/bin/apr-1-config --with-apr-util=/$apacheprefix \ |
|
|
|
--disable-mod-activation" |
|
|
|
if [ "$ROCKCFG_PKG_APACHE_BDB" ] ; then |
|
|
|
var_append extraconfopt " " \ |
|
|
|
|