From: Jo-Philipp Wich Date: Mon, 18 Jun 2012 23:44:44 +0000 (+0000) Subject: [packages] apr: add missing dependency on libuuid X-Git-Url: http://git.cdn.openwrt.org/?a=commitdiff_plain;h=0aedafd527dc69a2967a090fe86cc1e5bc7a3819;p=openwrt%2Fsvn-archive%2Farchive.git [packages] apr: add missing dependency on libuuid SVN-Revision: 32439 --- diff --git a/libs/apr/Makefile b/libs/apr/Makefile index e3e5a65e69..3027678aa1 100644 --- a/libs/apr/Makefile +++ b/libs/apr/Makefile @@ -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