Browse Source

add PHP option with_mod_php_transsid

Ralf S. Engelschall 24 years ago
parent
commit
98ce8c2e1b
1 changed files with 5 additions and 1 deletions
  1. 5 1
      apache/apache.spec

+ 5 - 1
apache/apache.spec

@@ -74,6 +74,7 @@
 %{!?with_mod_php_imap:       %define  with_mod_php_imap       no}
 %{!?with_mod_php_xml:        %define  with_mod_php_xml        no}
 %{!?with_mod_php_bc:         %define  with_mod_php_bc         no}
+%{!?with_mod_php_transsid:   %define  with_mod_php_transsid   no}
 
 #   fixing implicit inter-module dependencies and correlations
 %if "%{with_mod_php}" == "yes"
@@ -116,7 +117,7 @@ Distribution: OpenPKG [REL]
 Group:        Web
 License:      ASF
 Version:      %{V_apache}
-Release:      20020706
+Release:      20020716
 
 #   list of sources
 Source0:      http://www.apache.org/dist/httpd/apache_%{V_apache}.tar.gz
@@ -429,6 +430,9 @@ AutoReqProv:  no
 %endif
 %if "%{with_mod_php_bc}" == "yes"
           --enable-bcmath \
+%endif
+%if "%{with_mod_php_transsid}" == "yes"
+          --enable-trans-sid \
 %endif
           --disable-shared \
           --enable-track-vars