diff options
author | Holger Freyther <zecke@selfish.org> | 2007-05-31 10:24:06 +0000 |
---|---|---|
committer | Holger Freyther <zecke@selfish.org> | 2007-05-31 10:24:06 +0000 |
commit | d70fd4ffa045998c1b579074b443354023054ef6 (patch) | |
tree | 869c5450b5d14f08a01c09d21ba050913c0f201f /packages/lftp | |
parent | e518ed51c8bf6ad0c72bf32cdb57171ea7a2160a (diff) |
packages/lftp/lftp: Delete the custom iconv.m4 in favor of the staged one fixing the uclibc build
Make it use the libiconv iconv.m4 instead of the custom copy
Diffstat (limited to 'packages/lftp')
-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 |