]> andersk Git - openssh.git/commitdiff
- (djm) Bug #641: Allow RedHat RPM building without GTK-2; Patch from
authordjm <djm>
Fri, 19 Sep 2003 06:58:21 +0000 (06:58 +0000)
committerdjm <djm>
Fri, 19 Sep 2003 06:58:21 +0000 (06:58 +0000)
   jason AT devrandom.org

ChangeLog
contrib/redhat/openssh.spec

index 16bfe8b0dc9c3597debf10fe8113b1e2c0e32d35..c1ee3430a82b389b15921cce2aef565450f66584 100644 (file)
--- 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
index b65f378391415c43fcf743b5af221d2123c28f5d..9c75c03399424994f9d922b5e30c4a6bc7e6f1e3 100644 (file)
 %{?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}
 
This page took 0.0331129999999999 seconds and 5 git commands to generate.