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:
Stephan Raue 2011-09-13 06:59:24 +02:00
parent 3783049623
commit 90eb804a42
2 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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"