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