OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Michael Schloh
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 08-Sep-2003 15:50:58
Branch: HEAD Handle: 2003090814505700
Modified files:
openpkg-src/lftp lftp.spec
Log:
The mitgelieferte readline still fails at configure, so use our own
readline library which is correct to begin with
Summary:
Revision Changes Path
1.45 +4 -2 openpkg-src/lftp/lftp.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/lftp/lftp.spec
============================================================================
$ cvs diff -u -r1.44 -r1.45 lftp.spec
--- openpkg-src/lftp/lftp.spec 8 Sep 2003 12:40:08 -0000 1.44
+++ openpkg-src/lftp/lftp.spec 8 Sep 2003 13:50:57 -0000 1.45
@@ -41,7 +41,7 @@
# build information
Prefix: %{l_prefix}
BuildRoot: %{l_buildroot}
-BuildPreReq: OpenPKG, openpkg >= 20021204, make, gcc
+BuildPreReq: OpenPKG, openpkg >= 20021204, make, gcc, readline
PreReq: OpenPKG, openpkg >= 20021204
AutoReq: no
AutoReqProv: no
@@ -58,10 +58,12 @@
CXX="%{l_cxx}" \
CFLAGS="%{l_cflags -O}" \
CXXFLAGS="%{l_cxxflags -O}" \
+ CPPFLAGS="%{l_cppflags}" \
./configure \
--srcdir=$srcdir \
--prefix=%{l_prefix} \
- --sysconfdir=%{l_prefix}/etc/lftp
+ --sysconfdir=%{l_prefix}/etc/lftp \
+ --without-included-readline
%{l_make} %{l_mflags -O}
%install
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]