This patch adds missing libuuid dependency for ntfsprogs_ntfs-3g.
Without it the package fails to install because of missing
dependency to libuuid.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
[jogo@openwrt.org: also enable libuuid explicitly in configure]
Signed-off-by: Jonas Gorski <jogo@openwrt.org>
SVN-Revision: 37676
define Package/ntfsprogs_ntfs-3g
$(call Package/ntfs-3g/common)
TITLE:=ntfsprogs (ntfs-3g)
- DEPENDS+= +ntfs-3g +libgcrypt
+ DEPENDS+= +ntfs-3g +libgcrypt +libuuid
endef
CONFIGURE_ARGS += \
--enable-shared \
- --enable-static
+ --enable-static \
+ --with-uuid
# configure/make according selection
ifdef CONFIG_PACKAGE_NTFS-3G_USE_LIBFUSE