mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
fuse: add libiconv support
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
c5e111f5a9
commit
1936c96bd1
@ -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
|
||||
|
@ -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"
|
||||
|
Loading…
x
Reference in New Issue
Block a user