mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-28 05:06:43 +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
|
# fuse fails to build with GOLD linker
|
||||||
strip_gold
|
strip_gold
|
||||||
|
|
||||||
|
export LDFLAGS="$LDFLAGS -liconv"
|
||||||
|
|
||||||
cd $PKG_BUILD
|
cd $PKG_BUILD
|
||||||
|
am_cv_func_iconv=yes \
|
||||||
./configure --host=$TARGET_NAME \
|
./configure --host=$TARGET_NAME \
|
||||||
--build=$HOST_NAME \
|
--build=$HOST_NAME \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--enable-shared \
|
--enable-shared \
|
||||||
--disable-static \
|
--disable-static \
|
||||||
|
--with-libiconv-prefix="$SYSROOT_PREFIX/usr" \
|
||||||
|
--enable-lib \
|
||||||
|
--enable-util \
|
||||||
|
--disable-example \
|
||||||
|
--disable-mtab \
|
||||||
|
--disable-rpath \
|
||||||
|
--with-gnu-ld \
|
||||||
|
|
||||||
make
|
make
|
||||||
|
|
||||||
$MAKEINSTALL
|
$MAKEINSTALL
|
||||||
|
@ -25,7 +25,7 @@ PKG_ARCH="any"
|
|||||||
PKG_LICENSE="GPL"
|
PKG_LICENSE="GPL"
|
||||||
PKG_SITE="http://sourceforge.net/projects/fuse/"
|
PKG_SITE="http://sourceforge.net/projects/fuse/"
|
||||||
PKG_URL="$SOURCEFORGE_SRC/fuse/fuse-2.X/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.gz"
|
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_BUILD_DEPENDS="toolchain libiconv"
|
||||||
PKG_PRIORITY="optional"
|
PKG_PRIORITY="optional"
|
||||||
PKG_SECTION="system"
|
PKG_SECTION="system"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user