cvs-1.11-3 -> cvs-1.11-3_nokerberos_static
authorshort <>
Tue, 25 Sep 2001 19:39:20 +0000 (19:39 +0000)
committershort <>
Tue, 25 Sep 2001 19:39:20 +0000 (19:39 +0000)
 - used by ~/pserver chrooted environment

src/rpm/SPECS/cvs.spec

index fcb80b8..44482f2 100644 (file)
@@ -1,7 +1,8 @@
+%define nokerberos 1
 Summary: A version control system.
 Name: cvs
 Version: 1.11
-Release: 3
+Release: 3_nokerberos_static
 Copyright: GPL
 Group: Development/Tools
 Source: ftp://ftp.cvshome.org/pub/cvs-%{version}/cvs-%{version}.tar.gz
@@ -53,6 +54,7 @@ Install the cvs package if you need to use a version control system.
 %build
 autoheader
 autoconf
+export LDFLAGS="-s -static"
 %configure \
 %{!?nokerberos: --with-gssapi=/usr/kerberos --with-krb4=/usr/kerberos --enable-encryption}