|
|
@@ -33,7 +33,7 @@ Distribution: OpenPKG [BASE]
|
|
|
Group: Language
|
|
|
License: PHP
|
|
|
Version: 4.3.3
|
|
|
-Release: 20030904
|
|
|
+Release: 20031009
|
|
|
|
|
|
# package options (analog to apache.spec)
|
|
|
%option with_calendar no
|
|
|
@@ -314,7 +314,10 @@ AutoReqProv: no
|
|
|
--with-imap-ssl=%{l_prefix} \
|
|
|
%endif
|
|
|
%if "%{with_xml}" == "yes"
|
|
|
- --with-xml=%{l_prefix} \
|
|
|
+ --enable-xml \
|
|
|
+ --with-expat-dir=%{l_prefix} \
|
|
|
+%else
|
|
|
+ --disable-xml \
|
|
|
%endif
|
|
|
%if "%{with_dom}" == "yes"
|
|
|
--with-dom=%{l_prefix} \
|