From 2803792fcce03ea702e2100e79cffb6f271b27d5 Mon Sep 17 00:00:00 2001 From: Marc Andre Tanner Date: Sun, 17 Jan 2010 23:24:30 +0100 Subject: [PATCH] libiconv: remove build instructions Signed-off-by: Marc Andre Tanner --- sources/sections/libiconv.sh | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 sources/sections/libiconv.sh diff --git a/sources/sections/libiconv.sh b/sources/sections/libiconv.sh deleted file mode 100644 index d70affe..0000000 --- a/sources/sections/libiconv.sh +++ /dev/null @@ -1,21 +0,0 @@ -setupfor libiconv - -# we don't want and have wchar_t support in uclibc but some include -# file of gcc seems to pull it in - -./configure $CROSS_CONFIGURE_FLAGS --prefix=/usr \ - --enable-static \ - --enable-relocatable \ - --disable-rpath \ - --disable-nls && -make && -make DESTDIR="$STAGING_DIR" install || dienow - - -cp -P $STAGING_DIR/usr/lib/libcharset.so* $ROOT_DIR/usr/lib || dienow -cp -P $STAGING_DIR/usr/lib/libiconv.so* $ROOT_DIR/usr/lib || dienow - -libtool_fixup_libdir libiconv -libtool_fixup_libdir libcharset - -cleanup libiconv -- 2.11.4.GIT