|
|
@@ -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
|