mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-02 07:57:43 +00:00
ntfsprogs: disable crypto support
The ntfsprogs crypto support requires libgnutls, which we don't have in BR, and the autodetection in configure gets confused when the host has a libcrypt-config. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
dfa2a513e1
commit
bde127c3bc
4
CHANGES
4
CHANGES
@ -15,8 +15,8 @@
|
|||||||
|
|
||||||
Updated/fixed packages: busybox, cdrkit, file, gawk,
|
Updated/fixed packages: busybox, cdrkit, file, gawk,
|
||||||
gstreamer, intltool, ipsec-tools, iptables, libart, libidn,
|
gstreamer, intltool, ipsec-tools, iptables, libart, libidn,
|
||||||
lmbench, lrzsz, netperf, openssl, php, qt, sqlite, squashfs,
|
lmbench, lrzsz, netperf, ntfsprogs, openssl, php, qt, sqlite,
|
||||||
tn5250, usbutils, xkeyboard-config
|
squashfs, tn5250, usbutils, xkeyboard-config
|
||||||
|
|
||||||
Removed packages: modutils
|
Removed packages: modutils
|
||||||
|
|
||||||
|
@ -6,7 +6,7 @@
|
|||||||
NTFSPROGS_VERSION:=2.0.0
|
NTFSPROGS_VERSION:=2.0.0
|
||||||
NTFSPROGS_SOURCE:=ntfsprogs-$(NTFSPROGS_VERSION).tar.gz
|
NTFSPROGS_SOURCE:=ntfsprogs-$(NTFSPROGS_VERSION).tar.gz
|
||||||
NTFSPROGS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/linux-ntfs/
|
NTFSPROGS_SITE:=http://$(BR2_SOURCEFORGE_MIRROR).dl.sourceforge.net/sourceforge/linux-ntfs/
|
||||||
NTFSPROGS_CONF_OPT:=--disable-gnome-vfs --program-prefix=""
|
NTFSPROGS_CONF_OPT:=--disable-gnome-vfs --program-prefix="" --disable-crypto
|
||||||
NTFSPROGS_INSTALL_STAGING:=yes
|
NTFSPROGS_INSTALL_STAGING:=yes
|
||||||
|
|
||||||
NTFSPROGS_BIN:=ntfscat ntfscluster ntfscmp ntfsfix ntfsinfo ntfsls
|
NTFSPROGS_BIN:=ntfscat ntfscluster ntfscmp ntfsfix ntfsinfo ntfsls
|
||||||
|
Loading…
x
Reference in New Issue
Block a user