X-Git-Url: https://git.jankratochvil.net/?p=nethome.git;a=blobdiff_plain;f=src%2Frpm%2FSPECS%2Fcvs.spec;h=44482f2115c61d489ef29785740421fd65f98f18;hp=fcb80b86d77af2687938cbce585d41b105c5bd40;hb=2e3e9fb6f802daf7b8b46c208ecf3d8b2beeb4bd;hpb=d7dad93767d7acacdaddc10d0bfaafdb70010fe3 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}