mirror of
git://anongit.mindrot.org/openssh.git
synced 2024-11-23 18:23:25 +08:00
- (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
jason AT devrandom.org
This commit is contained in:
parent
f09ad861e6
commit
968c8d25e9
@ -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 $
|
||||
|
@ -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}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user