mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-08-01 15:07:49 +00:00
afpfs-ng: disable fuse support, dont build and install fuse mount helper
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
3783049623
commit
90eb804a42
@ -30,10 +30,9 @@ ac_cv_func_malloc_0_nonnull=yes \
|
||||
--sysconfdir=/etc \
|
||||
--localstatedir=/var \
|
||||
--enable-gcrypt \
|
||||
--enable-fuse \
|
||||
--disable-fuse \
|
||||
|
||||
make -C lib
|
||||
make -C fuse
|
||||
|
||||
$MAKEINSTALL -C lib
|
||||
$MAKEINSTALL -C include
|
||||
|
@ -25,8 +25,8 @@ PKG_ARCH="any"
|
||||
PKG_LICENSE="GPL"
|
||||
PKG_SITE="http://sourceforge.net/projects/afpfs-ng/"
|
||||
PKG_URL="$SOURCEFORGE_SRC/$PKG_NAME/$PKG_NAME/$PKG_VERSION/$PKG_NAME-$PKG_VERSION.tar.bz2"
|
||||
PKG_DEPENDS="libiconv libgpg-error libgcrypt fuse ncurses"
|
||||
PKG_BUILD_DEPENDS="toolchain libiconv libgpg-error libgcrypt fuse ncurses"
|
||||
PKG_DEPENDS="libiconv libgpg-error libgcrypt ncurses"
|
||||
PKG_BUILD_DEPENDS="toolchain libiconv libgpg-error libgcrypt ncurses"
|
||||
PKG_PRIORITY="optional"
|
||||
PKG_SECTION="network"
|
||||
PKG_SHORTDESC="afpfs-ng: an Apple Filing Protocol client"
|
||||
|
Loading…
x
Reference in New Issue
Block a user