OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 02-Oct-2004 00:25:18
Branch: HEAD Handle: 2004100123251800
Modified files:
openpkg-src/sitecopy sitecopy.spec
Log:
disable attempt to use GSS API
Summary:
Revision Changes Path
1.42 +4 -1 openpkg-src/sitecopy/sitecopy.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/sitecopy/sitecopy.spec
============================================================================
$ cvs diff -u -r1.41 -r1.42 sitecopy.spec
--- openpkg-src/sitecopy/sitecopy.spec 18 Sep 2004 21:20:42 -0000 1.41
+++ openpkg-src/sitecopy/sitecopy.spec 1 Oct 2004 22:25:18 -0000 1.42
@@ -34,7 +34,7 @@
Group: Web
License: GPL
Version: 0.14.2
-Release: 20040918
+Release: 20041002
# list of sources
Source0: http://www.lyra.org/sitecopy/sitecopy-%{version}.tar.gz
@@ -63,12 +63,15 @@
%setup -q
%build
+ ( echo "ac_cv_func_gss_init_sec_context=no"
+ ) >config.cache
CC="%{l_cc}" \
CFLAGS="%{l_cflags -O}" \
CPPFLAGS="%{l_cppflags libxml2}" \
LDFLAGS="%{l_ldflags}" \
LIBS="-lgetopt" \
./configure \
+ --cache-file=./config.cache \
--prefix=%{l_prefix} \
--with-ssl \
--with-included-neon \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]