ntfs-3g: update to current stable release

This commit is contained in:
z-e-r-o 2017-05-28 13:20:42 +02:00 committed by Christian Hewitt
parent 0acf6e7c59
commit b77980bd39
2 changed files with 1 additions and 21 deletions

View File

@ -17,7 +17,7 @@
################################################################################
PKG_NAME="ntfs-3g_ntfsprogs"
PKG_VERSION="2016.2.22"
PKG_VERSION="2017.3.23"
PKG_ARCH="any"
PKG_LICENSE="GPL"
PKG_SITE="http://www.ntfs-3g.org/"

View File

@ -1,20 +0,0 @@
diff --git a/configure.ac b/configure.ac
index 830c5fb..f9ce6a7 100644
--- a/configure.ac
+++ b/configure.ac
@@ -318,14 +318,6 @@ fi
compile_crypto=false
if test "$enable_crypto" != "no"; then
have_libgcrypt=false
- AM_PATH_LIBGCRYPT(1.2.2, [ have_libgcrypt=true ],
- [
- if test "$enable_crypto" = "yes"; then
- AC_MSG_ERROR([ntfsprogs crypto code requires the gcrypt library.])
- else
- AC_MSG_WARN([ntfsprogs crypto code requires the gcrypt library.])
- fi
- ])
have_libgnutls=false
PKG_CHECK_MODULES(GNUTLS, gnutls >= 1.4.4, [ have_libgnutls=true ],
if test "$enable_crypto" = "yes"; then