]> git.pld-linux.org Git - packages/openssh.git/commitdiff
- build sftp with editline support
authorJakub Bogusz <qboosh@pld-linux.org>
Thu, 10 Mar 2005 22:03:55 +0000 (22:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    openssh.spec -> 1.218

openssh.spec

index f3eb70334e10c4b0bd3a5b16720db051bc290465..c26275a7f9670bc60598e2d7afd76c739a01feee 100644 (file)
@@ -1,12 +1,13 @@
 #
 # 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}
@@ -60,6 +61,7 @@ BuildRequires:        automake
 %{?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}
@@ -426,6 +428,7 @@ cp %{_datadir}/automake/config.sub .
        --with-mantype=man \
        --with-md5-passwords \
        --with-ipaddr-display \
+       %{?with_libedit:--with-libedit} \
        --with-4in6 \
        --disable-suid-ssh \
        --with-tcp-wrappers \
This page took 0.214384 seconds and 4 git commands to generate.