OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Torsten Homeyer
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 13-Sep-2006 18:14:29
Branch: HEAD Handle: 2006091317142900
Modified files:
openpkg-src/apr apr.spec
Log:
needs libexpat, would pick it up somewhere or use builtin, if not
found
Summary:
Revision Changes Path
1.35 +3 -2 openpkg-src/apr/apr.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/apr/apr.spec
============================================================================
$ cvs diff -u -r1.34 -r1.35 apr.spec
--- openpkg-src/apr/apr.spec 13 Sep 2006 12:48:34 -0000 1.34
+++ openpkg-src/apr/apr.spec 13 Sep 2006 16:14:29 -0000 1.35
@@ -48,8 +48,8 @@
BuildRoot: %{l_buildroot}
BuildPreReq: OpenPKG, openpkg >= 20040130, make
PreReq: OpenPKG, openpkg >= 20040130
-BuildPreReq: db
-PreReq: db
+BuildPreReq: db, expat
+PreReq: db, expat
AutoReq: no
AutoReqProv: no
Conflicts: apache2
@@ -101,6 +101,7 @@
--prefix=%{l_prefix} \
--includedir=%{l_prefix}/include/apr \
--enable-layout=GNU \
+ --with-expat=%{l_prefix} \
--disable-shared
%{l_make} %{l_mflags -O}
) || exit $?
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]