OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 10-May-2008 21:18:34
Branch: HEAD Handle: 2008051020183400
Modified files:
openpkg-src/libxslt libxslt.spec
Log:
disable gcrypt based crypto stuff as this breaks e.g. PHP building
against libexslt
Summary:
Revision Changes Path
1.97 +8 -5 openpkg-src/libxslt/libxslt.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/libxslt/libxslt.spec
============================================================================
$ cvs diff -u -r1.96 -r1.97 libxslt.spec
--- openpkg-src/libxslt/libxslt.spec 9 Apr 2008 09:09:20 -0000 1.96
+++ openpkg-src/libxslt/libxslt.spec 10 May 2008 19:18:34 -0000 1.97
@@ -32,7 +32,7 @@
Group: XML
License: MIT-style
Version: 1.1.23
-Release: 20080409
+Release: 20080510
# list of sources
Source0: ftp://xmlsoft.org/libxslt/libxslt-%{version}.tar.gz
@@ -40,8 +40,10 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20040130, libxml >= 2.6.32, make
-PreReq: OpenPKG, openpkg >= 20040130, libxml >= 2.6.32
+BuildPreReq: OpenPKG, openpkg >= 20040130, make
+PreReq: OpenPKG, openpkg >= 20040130
+BuildPreReq: libxml >= 2.6.32
+PreReq: libxml >= 2.6.32
AutoReq: no
AutoReqProv: no
@@ -75,9 +77,10 @@
./configure \
--prefix=%{l_prefix} \
--with-libxml-prefix=%{l_prefix} \
- --disable-shared \
+ --without-crypto \
--without-debug \
- --without-python
+ --without-python \
+ --disable-shared
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
OpenPKG http://openpkg.org
CVS Repository Commit List [email protected]