mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
ntfs-3g: needs libgcrypt
Now that we've moved to gnutls 3.x which no longer uses libgcrypt we need to pull it in as a dependency for ntfs-3g encrypted volume support to avoid build breakage. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
a8293a3765
commit
2007e3b1ef
@ -17,6 +17,7 @@ if BR2_PACKAGE_NTFS_3G
|
|||||||
config BR2_PACKAGE_NTFS_3G_ENCRYPTED
|
config BR2_PACKAGE_NTFS_3G_ENCRYPTED
|
||||||
bool "encrypted volumes"
|
bool "encrypted volumes"
|
||||||
select BR2_PACKAGE_GNUTLS
|
select BR2_PACKAGE_GNUTLS
|
||||||
|
select BR2_PACKAGE_LIBGCRYPT
|
||||||
help
|
help
|
||||||
Enable support for NTFS encrypted volumes.
|
Enable support for NTFS encrypted volumes.
|
||||||
|
|
||||||
|
@ -23,7 +23,7 @@ endif
|
|||||||
ifeq ($(BR2_PACKAGE_NTFS_3G_ENCRYPTED),y)
|
ifeq ($(BR2_PACKAGE_NTFS_3G_ENCRYPTED),y)
|
||||||
NTFS_3G_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
|
NTFS_3G_CONF_ENV += LIBGCRYPT_CONFIG=$(STAGING_DIR)/usr/bin/libgcrypt-config
|
||||||
NTFS_3G_CONF_OPT += --enable-crypto
|
NTFS_3G_CONF_OPT += --enable-crypto
|
||||||
NTFS_3G_DEPENDENCIES += gnutls
|
NTFS_3G_DEPENDENCIES += gnutls libgcrypt
|
||||||
endif
|
endif
|
||||||
|
|
||||||
ifneq ($(BR2_PACKAGE_NTFS_3G_NTFSPROGS),y)
|
ifneq ($(BR2_PACKAGE_NTFS_3G_NTFSPROGS),y)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user