aboutsummaryrefslogtreecommitdiffstats
path: root/specgen.sh
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2000-09-08 03:07:39 +0000
committerEric S. Raymond <esr@thyrsus.com>2000-09-08 03:07:39 +0000
commitb64751301fa6367b81ce382b4c4dbca5c17a030b (patch)
treeb5552b404d03e7f570c25f8ed884b151d8c39fcf /specgen.sh
parent59794ca65c1c0a47b2f0ebe9d0a8bd9b0a49fe2b (diff)
downloadfetchmail-b64751301fa6367b81ce382b4c4dbca5c17a030b.tar.gz
fetchmail-b64751301fa6367b81ce382b4c4dbca5c17a030b.tar.bz2
fetchmail-b64751301fa6367b81ce382b4c4dbca5c17a030b.zip
Removed "LOADLIBS=-ldes425 -lcrypt -lresolv -lkrb5 -lcom_err -lfl";
this breaks the rpnm build. svn path=/trunk/; revision=2965
Diffstat (limited to 'specgen.sh')
-rwxr-xr-xspecgen.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/specgen.sh b/specgen.sh
index 4393a8a7..1cef4f43 100755
--- a/specgen.sh
+++ b/specgen.sh
@@ -120,7 +120,7 @@ export CFLAGS LDFLAGS
./configure --prefix=/usr --mandir=%{_mandir}
# Add --enable-nls --without-included-gettext
# for internationalization. Also look below.
-make "LOADLIBS=-lkrb4 -ldes425 -lcrypt -lresolv -lkrb5 -lcom_err -lfl"
+make
%install
if [ -d \$RPM_BUILD_ROOT ]; then rm -rf \$RPM_BUILD_ROOT; fi