- (djm) Workaround XFree breakage in RPM spec file

This commit is contained in:
Damien Miller 2001-09-16 17:13:45 +10:00
parent 426d6bdc00
commit 0b9278e923
2 changed files with 9 additions and 2 deletions

View File

@ -1,3 +1,6 @@
20010916
- (djm) Workaround XFree breakage in RPM spec file
20010915 20010915
- (djm) Make do_pre_login static to avoid prototype #ifdef hell - (djm) Make do_pre_login static to avoid prototype #ifdef hell
- (djm) Sync scard/ stuff - (djm) Sync scard/ stuff
@ -6441,4 +6444,4 @@
- Wrote replacements for strlcpy and mkdtemp - Wrote replacements for strlcpy and mkdtemp
- Released 1.0pre1 - Released 1.0pre1
$Id: ChangeLog,v 1.1520 2001/09/16 07:13:11 djm Exp $ $Id: ChangeLog,v 1.1521 2001/09/16 07:13:45 djm Exp $

View File

@ -153,7 +153,11 @@ make
%if ! %{no_x11_askpass} %if ! %{no_x11_askpass}
pushd x11-ssh-askpass-%{aversion} 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 make
popd popd
%endif %endif