summaryrefslogtreecommitdiff
path: root/lftp
diff options
context:
space:
mode:
authorChris Larson <clarson@kergoth.com>2004-11-16 06:35:01 +0000
committerChris Larson <clarson@kergoth.com>2004-11-16 06:35:01 +0000
commit81ea22f6276ed5415767bb8855ef8ee114a1c0b3 (patch)
treeb6561031bc2909b0bc39a9ede50e737f4628dbe7 /lftp
parentbb258ec60a86e5e9c92f9a783970023401ec8731 (diff)
Merge openembedded@openembedded.bkbits.net:packages-devel
into handhelds.org:/home/kergoth/code/packages 2004/11/16 00:34:37-06:00 handhelds.org!kergoth Make some packages that were setting --(dis|en)able-nls use the gettext oeclass instead. BKrev: 41999f95y5kOtyn8kkalbqOVb83Jng
Diffstat (limited to 'lftp')
-rw-r--r--lftp/lftp_3.0.1.oe5
1 files changed, 2 insertions, 3 deletions
diff --git a/lftp/lftp_3.0.1.oe b/lftp/lftp_3.0.1.oe
index a054bbdedb..d1445b2c92 100644
--- a/lftp/lftp_3.0.1.oe
+++ b/lftp/lftp_3.0.1.oe
@@ -9,7 +9,6 @@ PR = "r1"
SRC_URI = "http://ftp.yars.free.net/pub/software/unix/net/ftp/client/lftp/lftp-${PV}.tar.bz2 \
file://pty.patch;patch=1"
-EXTRA_OECONF = "--disable-largefile --disable-rpath --disable-nls --with-included-readline=no"
+EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no"
-
-inherit autotools
+inherit autotools gettext