Added "-L$HOME/staticnss -lc -lnss_files -lnss_dns -lresolv" to LDFLAGS
authorshort <>
Wed, 26 Sep 2001 00:14:50 +0000 (00:14 +0000)
committershort <>
Wed, 26 Sep 2001 00:14:50 +0000 (00:14 +0000)
 - needed for proper compilation with "staticnss" glibc

src/rpm/SPECS/cvs.spec

index 44482f2..4f4d811 100644 (file)
@@ -54,7 +54,7 @@ Install the cvs package if you need to use a version control system.
 %build
 autoheader
 autoconf
-export LDFLAGS="-s -static"
+export LDFLAGS="-s -static -L$HOME/staticnss -lc -lnss_files -lnss_dns -lresolv"
 %configure \
 %{!?nokerberos: --with-gssapi=/usr/kerberos --with-krb4=/usr/kerberos --enable-encryption}