From: Florian Fainelli Date: Thu, 17 May 2007 21:01:44 +0000 (+0000) Subject: Apr-util also depends on apr X-Git-Url: http://git.lede-project.org./?a=commitdiff_plain;h=e086fb2fa8e0e3f13539fa388db0ff9649b3be4d;p=openwrt%2Fsvn-archive%2Fpackages.git Apr-util also depends on apr SVN-Revision: 7264 --- diff --git a/utils/apr-util/Makefile b/utils/apr-util/Makefile index e4a0eea4d..74640b20f 100644 --- a/utils/apr-util/Makefile +++ b/utils/apr-util/Makefile @@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk define Package/apr-util SECTION:=utils CATEGORY:=Utilities - DEPENDS:=+libiconv +libexpat + DEPENDS:=+libiconv +libexpat +apr TITLE:=Apache Portable Runtime Library Util URL:=http://apr.apache.org/ endef