From: short <> Date: Tue, 25 Sep 2001 19:39:20 +0000 (+0000) Subject: cvs-1.11-3 -> cvs-1.11-3_nokerberos_static X-Git-Tag: orig~7 X-Git-Url: http://git.jankratochvil.net/?p=nethome.git;a=commitdiff_plain;h=2e3e9fb6f802daf7b8b46c208ecf3d8b2beeb4bd cvs-1.11-3 -> cvs-1.11-3_nokerberos_static - used by ~/pserver chrooted environment --- 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}