From 7e66136f245400887509b33b176710931ac445f4 Mon Sep 17 00:00:00 2001 From: "Ralf S. Engelschall" Date: Thu, 6 Jun 2002 09:45:48 +0000 Subject: [PATCH] remove -lcrypt and do not unpack twice --- openssh/openssh.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssh/openssh.spec b/openssh/openssh.spec index 94cbb16b31..d66c403d97 100644 --- a/openssh/openssh.spec +++ b/openssh/openssh.spec @@ -89,7 +89,7 @@ AutoReqProv: no Options: with_pam=%{with_pam} with_pcre=%{with_pcre} with_skey=%{with_skey} %prep - %setup0 -q -c -a 0 + %setup0 -q -c %setup1 -q -T -D -a 1 %build @@ -115,7 +115,7 @@ AutoReqProv: no CFLAGS="%{l_cflags -O} $inc" \ CPPFLAGS="$inc" \ LDFLAGS="$lib" \ - LIBS="-lcrypt -lfakesyslog" \ + LIBS="-lfakesyslog" \ ./configure \ --prefix=%{l_prefix} \ --sbindir=%{l_prefix}/bin \