aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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