summaryrefslogtreecommitdiff
path: root/contrib/redhat
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2001-09-16 17:13:45 +1000
committerDamien Miller <djm@mindrot.org>2001-09-16 17:13:45 +1000
commit0b9278e92315f35f1187d66e3267888bdc3c5bff (patch)
tree6bcdbdc0dd9b348a6b45a5493a8f187e3185774a /contrib/redhat
parent426d6bdc00c297b6e014a86648bffb922daa8b97 (diff)
- (djm) Workaround XFree breakage in RPM spec file
Diffstat (limited to 'contrib/redhat')
-rw-r--r--contrib/redhat/openssh.spec6
1 files changed, 5 insertions, 1 deletions
diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec
index 20e9bf4da..f67174fc1 100644
--- a/contrib/redhat/openssh.spec
+++ b/contrib/redhat/openssh.spec
@@ -153,7 +153,11 @@ make
153 153
154%if ! %{no_x11_askpass} 154%if ! %{no_x11_askpass}
155pushd x11-ssh-askpass-%{aversion} 155pushd x11-ssh-askpass-%{aversion}
156xmkmf -a 156xmkmf
157### Hacks to workaround XFree breakage
158perl -pi -e "s|distclean: |distclean:: |g" Makefile
159make SshAskpass_ad.h
160###
157make 161make
158popd 162popd
159%endif 163%endif