ntfs-3g_ntfsprogs: disable crypto support

Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
Stephan Raue 2014-07-20 16:41:38 +02:00
parent d27dd8af3f
commit a0b64d2396

View File

@ -23,7 +23,7 @@ PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.ntfs-3g.org/"
PKG_URL="http://tuxera.com/opensource/$PKG_NAME-$PKG_VERSION.tgz"
PKG_DEPENDS_TARGET="toolchain fuse gnutls libgcrypt"
PKG_DEPENDS_TARGET="toolchain fuse"
PKG_PRIORITY="optional"
PKG_SECTION="system"
PKG_SHORTDESC="ntfs-3g_ntfsprogs: NTFS-3G Read/Write userspace driver"
@ -37,7 +37,7 @@ PKG_CONFIGURE_OPTS_TARGET="--disable-dependency-tracking \
--enable-posix-acls \
--enable-mtab \
--enable-ntfsprogs \
--enable-crypto \
--disable-crypto \
--with-fuse=external \
--with-uuid"