Sfoglia il codice sorgente

fix XML (Expat based) support

Ralf S. Engelschall 22 anni fa
parent
commit
ba5f637f61
1 ha cambiato i file con 5 aggiunte e 2 eliminazioni
  1. 5 2
      php/php.spec

+ 5 - 2
php/php.spec

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