diff options
author | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
---|---|---|
committer | Chris Larson <clarson@kergoth.com> | 2004-12-09 09:47:41 +0000 |
commit | 2c5b8ec6d95cf68650265941530e5ce38c8dd6d9 (patch) | |
tree | bf879bea7ef8517ba8c3d1286ef300401d3d484c /lftp/lftp-3.0.1/readline.patch | |
parent | 101e2f1623def0a355d20aacb8bd93810703e834 (diff) |
Merge oe-devel@oe-devel.bkbits.net:openembedded
into hyperion.kergoth.com:/home/kergoth/code/openembedded
2004/12/09 03:39:39-06:00 kergoth.com!kergoth
Break people's builds again.. this time moving the packages into a packages/ subdir to clean things up a bit.
BKrev: 41b81f3dvlp3rU7_8MUXLcI8LDdDoA
Diffstat (limited to 'lftp/lftp-3.0.1/readline.patch')
-rw-r--r-- | lftp/lftp-3.0.1/readline.patch | 24 |
1 files changed, 0 insertions, 24 deletions
diff --git a/lftp/lftp-3.0.1/readline.patch b/lftp/lftp-3.0.1/readline.patch deleted file mode 100644 index eb90e21539..0000000000 --- a/lftp/lftp-3.0.1/readline.patch +++ /dev/null @@ -1,24 +0,0 @@ - -# -# Patch managed by http://www.mn-logistik.de/unsupported/pxa250/patcher -# - ---- lftp-3.0.1/configure.ac~readline.patch 2004-04-06 10:27:36.000000000 +0200 -+++ lftp-3.0.1/configure.ac 2004-04-06 23:39:01.000000000 +0200 -@@ -380,5 +378,5 @@ - sysconfdir=/etc - fi - --AC_CONFIG_FILES([Makefile src/Makefile lib/Makefile include/Makefile doc/Makefile readline-4.3/Makefile po/Makefile.in m4/Makefile contrib/Makefile]) -+AC_CONFIG_FILES([Makefile src/Makefile lib/Makefile include/Makefile doc/Makefile po/Makefile.in m4/Makefile contrib/Makefile]) - AC_OUTPUT ---- lftp-3.0.1/Makefile.am~readline.patch 2003-12-19 15:16:31.000000000 +0100 -+++ lftp-3.0.1/Makefile.am 2004-04-06 23:40:17.000000000 +0200 -@@ -1,6 +1,6 @@ - EXTRA_DIST = config.rpath lftp.conf lftp.lsm FAQ acconfig.h README README.debug-levels\ - README.modules MIRRORS BUGS FEATURES --SUBDIRS = include readline-4.3 lib doc src po m4 contrib -+SUBDIRS = include lib doc src po m4 contrib - AUTOMAKE_OPTIONS = foreign - ACLOCAL_AMFLAGS = -I m4 - |