summaryrefslogtreecommitdiff
path: root/contrib
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-09-17 15:07:23 +1000
committerDamien Miller <djm@mindrot.org>2001-09-17 15:07:23 +1000
commit01ebad06db96f791706ea6c760fc921b141483ea (patch)
tree06fc6f90ff50f5179c95157346249e1bff342537 /contrib
parent37e41c90198e4cb3c69f9faa2e0d64f580c10219 (diff)
- (djm) x11-ssh-askpass-1.2.4 in RPM spec, revert workarounds
Diffstat (limited to 'contrib')
-rw-r--r--contrib/redhat/openssh.spec8
1 files changed, 2 insertions, 6 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index f67174fc1..d699ef327 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -2,7 +2,7 @@
2%define oversion 2.9p1 2%define oversion 2.9p1
3 3
4# Version of ssh-askpass 4# Version of ssh-askpass
5%define aversion 1.2.2 5%define aversion 1.2.4
6 6
7# Do we want to disable building of x11-askpass? (1=yes 0=no) 7# Do we want to disable building of x11-askpass? (1=yes 0=no)
8%define no_x11_askpass 0 8%define no_x11_askpass 0
@@ -153,11 +153,7 @@ make
153 153
154%if ! %{no_x11_askpass} 154%if ! %{no_x11_askpass}
155pushd x11-ssh-askpass-%{aversion} 155pushd x11-ssh-askpass-%{aversion}
156xmkmf 156xmkmf -a
157### Hacks to workaround XFree breakage
158perl -pi -e "s|distclean: |distclean:: |g" Makefile
159make SshAskpass_ad.h
160###
161make 157make
162popd 158popd
163%endif 159%endif