Apr-util also depends on apr

git-svn-id: svn://svn.openwrt.org/openwrt/packages@7264 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
florian 2007-05-17 21:01:44 +00:00
parent 4950d49305
commit 6381ee16cf

View File

@ -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