diff options
author | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-05-31 12:23:08 +0000 |
---|---|---|
committer | OpenEmbedded Project <openembedded-devel@lists.openembedded.org> | 2007-05-31 12:23:08 +0000 |
commit | eaba617d36cfe2a9c15a0edb3db8874fd0403332 (patch) | |
tree | b5ed9980b8f150b100a474d79fe20c2017d80c26 | |
parent | ea0f18cab27893944c5a3c62a709fe42286a5c26 (diff) | |
parent | a441b927775fa54ee7e3bae2292719fd4c9179e9 (diff) |
merge of '5ffe474ec8d4aacce010a309c84060d66754822d'
and '89d494bfa41c385b66a8531e7af580bc43ed3e15'
-rw-r--r-- | packages/lftp/lftp_3.5.1.bb | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/packages/lftp/lftp_3.5.1.bb b/packages/lftp/lftp_3.5.1.bb index df184ae9ca..1390f0b22f 100644 --- a/packages/lftp/lftp_3.5.1.bb +++ b/packages/lftp/lftp_3.5.1.bb @@ -10,4 +10,8 @@ SRC_URI = "ftp://ftp.wiretapped.net/pub/mirrors/lftp/old/lftp-3.5.1.tar.bz2" EXTRA_OECONF = "--disable-largefile --disable-rpath --with-included-readline=no" +do_configure_prepend () { + rm ${S}/m4/iconv.m4 +} + inherit autotools gettext |