packages: ntfsprogs: add missing dependency - libuuid
This patch adds missing libuuid dependency for ntfsprogs. 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> git-svn-id: svn://svn.openwrt.org/openwrt/packages@37677 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
8f4a922a49
commit
3a00b2dc43
@ -27,6 +27,7 @@ define Package/ntfsprogs
|
||||
CATEGORY:=Utilities
|
||||
SUBMENU:=Filesystem
|
||||
TITLE:=Linux-NTFS
|
||||
DEPENDS:=+libuuid
|
||||
URL:=http://www.linux-ntfs.org/
|
||||
MAINTAINER:=Gianluigi Tiesi <sherpya@netfarm.it>
|
||||
endef
|
||||
@ -38,6 +39,7 @@ endef
|
||||
CONFIGURE_ARGS += \
|
||||
--enable-shared \
|
||||
--enable-static \
|
||||
--with-uuid \
|
||||
--disable-crypto \
|
||||
--disable-gnome-vfs \
|
||||
--disable-ntfsmount
|
||||
|
Loading…
x
Reference in New Issue
Block a user