|
|
@@ -40,7 +40,7 @@ Class: BASE
|
|
|
Group: Web
|
|
|
License: PHP
|
|
|
Version: %{V_php}
|
|
|
-Release: 20080325
|
|
|
+Release: 20080327
|
|
|
|
|
|
# package options
|
|
|
%option with_suhosin no
|
|
|
@@ -76,6 +76,7 @@ Release: 20080325
|
|
|
%option with_pcre no
|
|
|
%option with_pear no
|
|
|
%option with_pgsql no
|
|
|
+%option with_posix no
|
|
|
%option with_sendmail no
|
|
|
%option with_session no
|
|
|
%option with_simplexml no
|
|
|
@@ -422,6 +423,9 @@ AutoReqProv: no
|
|
|
%else
|
|
|
--without-pgsql \
|
|
|
%endif
|
|
|
+%if "%{with_posix}" == "yes"
|
|
|
+ --enable-posix \
|
|
|
+%endif
|
|
|
%if "%{with_gd}" == "yes"
|
|
|
--with-gd=%{l_prefix} \
|
|
|
--with-jpeg-dir=%{l_prefix} \
|