[packages] apr: add missing dependency on libuuid
authorJo-Philipp Wich <jow@openwrt.org>
Mon, 18 Jun 2012 23:44:44 +0000 (23:44 +0000)
committerJo-Philipp Wich <jow@openwrt.org>
Mon, 18 Jun 2012 23:44:44 +0000 (23:44 +0000)
SVN-Revision: 32439

libs/apr/Makefile

index e3e5a65e6954579d314ef2e63a398c605e6a2375..3027678aa106d0a36387a3587c3a58f9e3fb9e74 100644 (file)
@@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
 define Package/libapr
   SECTION:=libs
   CATEGORY:=Libraries
 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
   TITLE:=Apache Portable Runtime Library
   URL:=http://apr.apache.org/
 endef