[packages] apr: add missing dependency on libuuid
authorjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 18 Jun 2012 23:44:44 +0000 (23:44 +0000)
committerjow <jow@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Mon, 18 Jun 2012 23:44:44 +0000 (23:44 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32439 3c298f89-4303-0410-b956-a3cf2f4a3e73

libs/apr/Makefile

index e3e5a65..3027678 100644 (file)
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/libapr
   SECTION:=libs
   CATEGORY:=Libraries
-  DEPENDS:=+libpthread +librt
+  DEPENDS:=+libpthread +librt +libuuid
   TITLE:=Apache Portable Runtime Library
   URL:=http://apr.apache.org/
 endef