From 2e3e9fb6f802daf7b8b46c208ecf3d8b2beeb4bd Mon Sep 17 00:00:00 2001 From: short <> Date: Tue, 25 Sep 2001 19:39:20 +0000 Subject: [PATCH] cvs-1.11-3 -> cvs-1.11-3_nokerberos_static - used by ~/pserver chrooted environment --- src/rpm/SPECS/cvs.spec | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/rpm/SPECS/cvs.spec b/src/rpm/SPECS/cvs.spec index fcb80b8..44482f2 100644 --- a/src/rpm/SPECS/cvs.spec +++ b/src/rpm/SPECS/cvs.spec @@ -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} -- 1.8.3.1