OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /v/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Feb-2006 08:30:54
Branch: HEAD Handle: 2006020807305400
Modified files:
openpkg-src/openssh openssh.spec
Log:
add optional libedit support (for SFTP line editing)
Summary:
Revision Changes Path
1.157 +9 -1 openpkg-src/openssh/openssh.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/openssh/openssh.spec
============================================================================
$ cvs diff -u -r1.156 -r1.157 openssh.spec
--- openpkg-src/openssh/openssh.spec 1 Feb 2006 18:49:18 -0000 1.156
+++ openpkg-src/openssh/openssh.spec 8 Feb 2006 07:30:54 -0000 1.157
@@ -43,7 +43,7 @@
Group: Security
License: BSD
Version: %{V_base}%{V_portable}
-Release: 20060201
+Release: 20060208
# package options
%option with_fsl yes
@@ -58,6 +58,7 @@
%option with_wrap no
%option with_x11 no
%option with_trysetpath no
+%option with_libedit no
# list of sources
Source0:
ftp://ftp.openssh.com/pub/OpenBSD/OpenSSH/portable/openssh-%{version}.tar.gz
@@ -109,6 +110,10 @@
BuildPreReq: tcpwrappers
PreReq: tcpwrappers
%endif
+%if "%{with_libedit}" == "yes"
+BuildPreReq: libedit
+PreReq: libedit
+%endif
AutoReq: no
AutoReqProv: no
@@ -225,6 +230,9 @@
%if "%{with_ldap}" == "yes"
--with-ldap=%{l_prefix} \
%endif
+%if "%{with_libedit}" == "yes"
+ --with-libedit=%{l_prefix} \
+%endif
--with-md5-passwords \
--with-zlib=%{l_prefix} \
--with-ipv4-default \
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [email protected]