瀏覽代碼

upgrading package: xmlsec 1.2.6 -> 1.2.7

Ralf S. Engelschall 20 年之前
父節點
當前提交
a95dd7d35a
共有 1 個文件被更改,包括 5 次插入4 次删除
  1. 5 4
      xmlsec/xmlsec.spec

+ 5 - 4
xmlsec/xmlsec.spec

@@ -33,8 +33,8 @@ Distribution: OpenPKG
 Class:        BASE
 Group:        SGML
 License:      MIT
-Version:      1.2.6
-Release:      20050301
+Version:      1.2.7
+Release:      20050305
 
 #   list of sources
 Source0:      http://www.aleksey.com/xmlsec/download/xmlsec1-%{version}.tar.gz
@@ -54,7 +54,6 @@ AutoReqProv:  no
 
 %track
     prog xmlsec = {
-        comment   = "ms: broken 1.2.7 depends on stray (uninstalled) mozilla SDK files"
         version   = %{version}
         url       = http://www.aleksey.com/xmlsec/download.html
         regex     = xmlsec1-(__VER__)\.tar\.gz
@@ -69,13 +68,15 @@ AutoReqProv:  no
 %build
     CC="%{l_cc}" \
     CFLAGS="%{l_cflags -O}" \
-    CPPFLAGS="%{l_cppflags}" \
+    CPPFLAGS="%{l_cppflags openssl .}" \
     LDFLAGS="%{l_ldflags}" \
     ./configure \
         --prefix=%{l_prefix} \
         --with-libxml=%{l_prefix} \
         --with-libxslt=%{l_prefix} \
         --with-openssl=%{l_prefix} \
+        --without-nss \
+        --without-nspr \
         --disable-shared
     %{l_make} %{l_mflags -O}