From 968c8d25e9201e4b75b56951df9082af5ed0499a Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Fri, 19 Sep 2003 16:58:21 +1000 Subject: - (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from jason AT devrandom.org --- ChangeLog | 4 +++- contrib/redhat/openssh.spec | 5 +++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b77f881ca..33318e460 100644 --- a/ChangeLog +++ b/ChangeLog @@ -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 $ diff --git a/contrib/redhat/openssh.spec b/contrib/redhat/openssh.spec index b65f37839..9c75c0339 100644 --- a/contrib/redhat/openssh.spec +++ b/contrib/redhat/openssh.spec @@ -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} -- cgit v1.2.3