summaryrefslogtreecommitdiff
path: root/openssh.spec
diff options
context:
space:
mode:
Diffstat (limited to 'openssh.spec')
-rw-r--r--openssh.spec5
1 files changed, 2 insertions, 3 deletions
diff --git a/openssh.spec b/openssh.spec
index 1f87a6be3..c0d45bc25 100644
--- a/openssh.spec
+++ b/openssh.spec
@@ -1,6 +1,6 @@
1Summary: OpenSSH free Secure Shell (SSH) implementation 1Summary: OpenSSH free Secure Shell (SSH) implementation
2Name: openssh 2Name: openssh
3Version: 1.2pre8 3Version: 1.2pre9
4Release: 1 4Release: 1
5Packager: Damien Miller <djm@ibs.com.au> 5Packager: Damien Miller <djm@ibs.com.au>
6Source0: openssh-%{version}-linux.tar.gz 6Source0: openssh-%{version}-linux.tar.gz
@@ -39,8 +39,7 @@ patented algorithms to seperate libraries (OpenSSL).
39 39
40%build 40%build
41 41
42./configure --prefix=/usr --sysconfdir=/etc/ssh 42CFLAGS="$RPM_OPT_FLAGS" ./configure --prefix=/usr --sysconfdir=/etc/ssh
43make OPT_FLAGS="$RPM_OPT_FLAGS"
44 43
45%install 44%install
46rm -rf $RPM_BUILD_ROOT 45rm -rf $RPM_BUILD_ROOT