Author: qboosh                       Date: Thu Mar 10 22:04:01 2005 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- build sftp with editline support

---- Files affected:
SPECS:
   openssh.spec (1.217 -> 1.218) 

---- Diffs:

================================================================
Index: SPECS/openssh.spec
diff -u SPECS/openssh.spec:1.217 SPECS/openssh.spec:1.218
--- SPECS/openssh.spec:1.217    Thu Mar 10 15:46:30 2005
+++ SPECS/openssh.spec  Thu Mar 10 23:03:55 2005
@@ -1,13 +1,14 @@
 # $Revision$, $Date$
 #
 # Conditional build:
-%bcond_with    gnome           # without gnome-askpass utility
+%bcond_without chroot          # without chrooted user environment support
+%bcond_with    gnome           # with gnome-askpass (GNOME 1.x) utility
 %bcond_without gtk             # without GTK+ (2.x)
 %bcond_with    ldap            # with ldap support
+%bcond_without libedit         # without libedit (editline/history support in 
sftp client)
 %bcond_without kerberos5       # without kerberos5 support
-%bcond_without chroot          # without chrooted user environment support
-%bcond_with    sshagentsh      # with system-wide script for starting ssh-agent
 %bcond_without selinux         # build without SELinux support
+%bcond_with    sshagentsh      # with system-wide script for starting ssh-agent
 #
 # gtk2-based gnome-askpass means no gnome1-based
 %{?with_gtk:%undefine with_gnome}
@@ -61,6 +62,7 @@
 %{?with_gnome:BuildRequires:   gnome-libs-devel}
 %{?with_gtk:BuildRequires:     gtk+2-devel}
 %{?with_kerberos5:BuildRequires:       heimdal-devel}
+%{?with_libedit:BuildRequires: libedit-devel}
 %{?with_selinux:BuildRequires: libselinux-devel}
 BuildRequires: libwrap-devel
 %{?with_ldap:BuildRequires:    openldap-devel}
@@ -427,6 +429,7 @@
        --with-mantype=man \
        --with-md5-passwords \
        --with-ipaddr-display \
+       %{?with_libedit:--with-libedit} \
        --with-4in6 \
        --disable-suid-ssh \
        --with-tcp-wrappers \
@@ -614,6 +617,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.218  2005/03/10 22:03:55  qboosh
+- build sftp with editline support
+
 Revision 1.217  2005/03/10 14:46:30  qboosh
 - wrrr, updated sigpipe,chroot patches
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/openssh.spec?r1=1.217&r2=1.218&f=u


_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit

Reply via email to