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: 02-Mar-2005 19:29:16
Branch: HEAD Handle: 2005030218291600
Modified files:
openpkg-src/subversion subversion.spec
Log:
Disable APXS because else mod_dav_svn.so could be tried to be built.
Figured out by Thomas Moschny
Summary:
Revision Changes Path
1.81 +3 -2 openpkg-src/subversion/subversion.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/subversion/subversion.spec
============================================================================
$ cvs diff -u -r1.80 -r1.81 subversion.spec
--- openpkg-src/subversion/subversion.spec 1 Mar 2005 14:41:55 -0000
1.80
+++ openpkg-src/subversion/subversion.spec 2 Mar 2005 18:29:16 -0000
1.81
@@ -39,7 +39,7 @@
Group: SCM
License: Apache/BSD
Version: %{V_opkg}
-Release: 20050301
+Release: 20050302
# package options
%option with_cvs2svn no
@@ -114,7 +114,8 @@
--with-zlib \
--enable-static \
--disable-nls \
- --disable-shared
+ --disable-shared \
+ --without-apxs
# build package
%{l_make} %{l_mflags}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]