diff options
author | Holger Freyther <zecke@selfish.org> | 2007-05-31 11:50:04 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-05-31 11:50:04 +0000 |
commit | a441b927775fa54ee7e3bae2292719fd4c9179e9 (patch) | |
tree | d883ff9a4e44b4d89e661b65a4ad42a7ae15a775 | |
parent | a324c95af6708ce6413c5b481b085ce7f1553a73 (diff) | |
parent | d70fd4ffa045998c1b579074b443354023054ef6 (diff) |
merge of '36f14d73e014c31eddebc1591ca83ba7baf264fe'
and '5fdb0dc4b9d46e93ef2f8167972489b652ad5830'
-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 |