Sfoglia il codice sorgente

compile tests/samples with correct threading model

Michael van Elst 23 anni fa
parent
commit
30e4228c3f
1 ha cambiato i file con 5 aggiunte e 3 eliminazioni
  1. 5 3
      xerces-c/xerces-c.spec

+ 5 - 3
xerces-c/xerces-c.spec

@@ -37,7 +37,7 @@ Distribution: OpenPKG [EVAL]
 Group:        Web
 License:      Apache Software License 1.1
 Version:      %{V_opkg}
-Release:      20030117
+Release:      20030202
 
 #   package options
 %option       with_pth           no
@@ -135,7 +135,8 @@ AutoReqProv:  no
       ./runConfigure \
           -p$os \
           -cgcc \
-          -xc++
+          -xc++ \
+          -r$pt
       %{l_make} %{l_mflags}
 
       cd $XERCESCROOT/tests
@@ -145,7 +146,8 @@ AutoReqProv:  no
       ./runConfigure \
           -p$os \
           -cgcc \
-          -xc++
+          -xc++ \
+          -r$pt
       %{l_make} %{l_mflags}
     ) || exit $?