Browse Source

Stefan Fiedler:


			
			
				rocklinux
			
			
		
Stefan Fiedler 20 years ago
parent
commit
316c784d67
3 changed files with 5 additions and 3 deletions
  1. +2
    -1
      package/rene/apache/apache.conf
  2. +1
    -1
      package/rene/apache/config.hlp
  3. +2
    -1
      package/rene/apache/config.in

+ 2
- 1
package/rene/apache/apache.conf

@ -36,6 +36,7 @@ if [ $pkg = "apache" ] ; then
var_append extraconfopt " " "--enable-dav --enable-cache \ var_append extraconfopt " " "--enable-dav --enable-cache \
--enable-disk-cache --enable-ssl --enable-proxy \ --enable-disk-cache --enable-ssl --enable-proxy \
--enable-speling --enable-rewrite --enable-so --enable-deflate" --enable-speling --enable-rewrite --enable-so --enable-deflate"
# --enable-speling is not a typo!
[ "$ROCKCFG_PKG_APACHE_INFO" == 1 ] && \ [ "$ROCKCFG_PKG_APACHE_INFO" == 1 ] && \
var_append extraconfopt " " "--enable-info" var_append extraconfopt " " "--enable-info"
@ -48,6 +49,6 @@ fi
if [ "$ROCKCFG_PKG_APACHE_BDB" ] ; then if [ "$ROCKCFG_PKG_APACHE_BDB" ] ; then
var_append extraconfopt " " \ var_append extraconfopt " " \
"--with-berkeley-db=/usr/include/$ROCKCFG_PKG_APACHE_BDB:/usr/lib"
"--with-berkeley-db=/usr/include/${ROCKCFG_PKG_APACHE_BDB#b}:/usr/lib"
fi fi

+ 1
- 1
package/rene/apache/config.hlp

@ -21,4 +21,4 @@
# --- ROCK-COPYRIGHT-NOTE-END --- # --- ROCK-COPYRIGHT-NOTE-END ---
MENU_PKG_APACHE MENU_PKG_APACHE
Here you will find config options for the apache packages.
Here you will find config options for the Apache packages.

+ 2
- 1
package/rene/apache/config.in

@ -23,12 +23,13 @@
if pkgcheck apache X if pkgcheck apache X
then then
menu_begin MENU_PKG_APACHE 'Apache Package Options' menu_begin MENU_PKG_APACHE 'Apache Package Options'
text 'Install prefix for apache packages' \
text 'Install prefix for Apache packages' \
ROCKCFG_PKG_APACHE_PREFIX "opt/apache" ROCKCFG_PKG_APACHE_PREFIX "opt/apache"
pkgout pkgout
list="" ; default="" list="" ; default=""
while read pkg ver ; do while read pkg ver ; do
pkg=${pkg#bdb=}
if [ "$pkg" = "bdb42" ] ; then if [ "$pkg" = "bdb42" ] ; then
default="$pkg" default="$pkg"
elif [ "$default" = "" ] ; then elif [ "$default" = "" ] ; then

Loading…
Cancel
Save