From: jogo Date: Sun, 4 Aug 2013 12:03:16 +0000 (+0000) Subject: packages: ntfsprogs: add missing dependency - libuuid X-Git-Url: http://207.154.207.93/?a=commitdiff_plain;h=3a00b2dc43ba933a0b940640569f14b6c882e8f7;p=packages.git 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 [jogo@openwrt.org: also enable libuuid explicitly in configure] Signed-off-by: Jonas Gorski git-svn-id: svn://svn.openwrt.org/openwrt/packages@37677 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- diff --git a/utils/ntfsprogs/Makefile b/utils/ntfsprogs/Makefile index 78ae9f637..e9a976cec 100644 --- a/utils/ntfsprogs/Makefile +++ b/utils/ntfsprogs/Makefile @@ -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 endef @@ -38,6 +39,7 @@ endef CONFIGURE_ARGS += \ --enable-shared \ --enable-static \ + --with-uuid \ --disable-crypto \ --disable-gnome-vfs \ --disable-ntfsmount