- (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from

jason AT devrandom.org
This commit is contained in:
Damien Miller 2003-09-19 16:58:21 +10:00
parent f09ad861e6
commit 968c8d25e9
2 changed files with 8 additions and 1 deletions

View File

@ -3,6 +3,8 @@
djast AT cs.toronto.edu
- (djm) Bug #661: Remove duplicate check for basename; from
bugzilla-openssh AT thewrittenword.com
- (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
jason AT devrandom.org
20030918
- (djm) Bug #652: Fix empty password auth
@ -1124,4 +1126,4 @@
- Fix sshd BindAddress and -b options for systems using fake-getaddrinfo.
Report from murple@murple.net, diagnosis from dtucker@zip.com.au
$Id: ChangeLog,v 1.3003 2003/09/19 06:41:01 djm Exp $
$Id: ChangeLog,v 1.3004 2003/09/19 06:58:21 djm Exp $

View File

@ -34,6 +34,11 @@
%{?skip_x11_askpass:%define no_x11_askpass 1}
%{?skip_gnome_askpass:%define no_gnome_askpass 1}
# Add option to build without GTK2 for older platforms with only GTK+.
# RedHat <= 7.2 and Red Hat Advanced Server 2.1 are examples.
# rpm -ba|--rebuild --define 'no_gtk2 1'
%{?no_gtk2:%define gtk2 0}
# Is this a build for RHL 6.x or earlier?
%{?build_6x:%define build6x 1}