From 0b9278e92315f35f1187d66e3267888bdc3c5bff Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sun, 16 Sep 2001 17:13:45 +1000 Subject: - (djm) Workaround XFree breakage in RPM spec file --- contrib/redhat/openssh.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'contrib/redhat') 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 %if ! %{no_x11_askpass} pushd x11-ssh-askpass-%{aversion} -xmkmf -a +xmkmf +### Hacks to workaround XFree breakage +perl -pi -e "s|distclean: |distclean:: |g" Makefile +make SshAskpass_ad.h +### make popd %endif -- cgit v1.2.3