libxapian: add a build dependency on util-linux (it needs libuuid at build time)
authorFelix Fietkau <nbd@openwrt.org>
Fri, 29 Jun 2012 11:40:15 +0000 (11:40 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Fri, 29 Jun 2012 11:40:15 +0000 (11:40 +0000)
SVN-Revision: 32523

libs/libxapian/Makefile

index 6f2af0015eae38d19a9077e0f7ad69557750966e..7b290c00ae74aaa019518ef7a82faf02c8ffe486 100644 (file)
@@ -18,6 +18,8 @@ PKG_MD5SUM:=6c9f9e7ac43aa4e086283201329e98ee
 PKG_FIXUP:=autoreconf
 PKG_INSTALL:=1
 
+PKG_BUILD_DEPENDS:=util-linux
+
 include $(INCLUDE_DIR)/package.mk
 include $(INCLUDE_DIR)/nls.mk