fuse: add libiconv support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2011-02-10 12:28:16 +01:00
parent c5e111f5a9
commit 1936c96bd1
2 changed files with 11 additions and 2 deletions

View File

@ -25,13 +25,22 @@
# fuse fails to build with GOLD linker
strip_gold
export LDFLAGS="$LDFLAGS -liconv"
cd $PKG_BUILD
am_cv_func_iconv=yes \
./configure --host=$TARGET_NAME \
--build=$HOST_NAME \
--prefix=/usr \
--enable-shared \
--disable-static \
--with-libiconv-prefix="$SYSROOT_PREFIX/usr" \
--enable-lib \
--enable-util \
--disable-example \
--disable-mtab \
--disable-rpath \
--with-gnu-ld \
make
$MAKEINSTALL

View File

@ -25,7 +25,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://sourceforge.net/projects/fuse/"
PKG_URL="$SOURCEFORGE_SRC/fuse/fuse-2.X/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
PKG_DEPENDS=""
PKG_DEPENDS="libiconv"
PKG_BUILD_DEPENDS="toolchain libiconv"
PKG_PRIORITY="optional"
PKG_SECTION="system"