Ralf S. Engelschall 23 лет назад
Родитель
Сommit
f48a1263b9
1 измененных файлов с 12 добавлено и 1 удалено
  1. 12 1
      apache/apache.spec

+ 12 - 1
apache/apache.spec

@@ -60,7 +60,7 @@ Distribution: OpenPKG [BASE]
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20030210
+Release:      20030211
 
 #   package options (suexec related)
 %option       with_suexec             yes
@@ -113,6 +113,8 @@ Release:      20030210
 %option       with_mod_php_curl       no
 %option       with_mod_php_mhash      no
 %option       with_mod_php_wddx       no
+%option       with_mod_php_gdbm       no
+%option       with_mod_php_versioning no
 
 #   package options (optional PHP3 specific settings; requires "with_mod_php3")
 %option       with_mod_php3_ftp       no
@@ -245,6 +247,9 @@ BuildPreReq:  curl
 %if "%{with_mod_php_mhash}" == "yes"
 BuildPreReq:  mhash
 %endif
+%if "%{with_mod_php_gdbm}" == "yes"
+BuildPreReq:  gdbm
+%endif
 %if "%{with_mod_php_oci7}" == "yes" || "%{with_mod_php_oci8}" == "yes"
 BuildPreReq:  ORACLE
 %endif
@@ -525,6 +530,12 @@ AutoReqProv:  no
 %endif
 %if "%{with_mod_php_curl}" == "yes"
           --with-curl=%{l_prefix} \
+%endif
+%if "%{with_mod_php_gdbm}" == "yes"
+          --with-gdbm=%{l_prefix} \
+%endif
+%if "%{with_mod_php_versioning}" == "yes"
+          --enable-versioning \
 %endif
           --disable-cli \
           --without-pear \