packages: ntfsprogs: add missing dependency - libuuid
authorjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Aug 2013 12:03:16 +0000 (12:03 +0000)
committerjogo <jogo@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 4 Aug 2013 12:03:16 +0000 (12:03 +0000)
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

utils/ntfsprogs/Makefile

index 78ae9f6..e9a976c 100644 (file)
@@ -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