mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-30 14:16:40 +00:00
ntfs-3g: update to current stable release
This commit is contained in:
parent
0acf6e7c59
commit
b77980bd39
@ -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/"
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user