[packages] apr: add missing dependency on libuuid
git-svn-id: svn://svn.openwrt.org/openwrt/packages@32439 3c298f89-4303-0410-b956-a3cf2f4a3e73
This commit is contained in:
parent
25e5aa6669
commit
f4b595880f
@ -25,7 +25,7 @@ include $(INCLUDE_DIR)/package.mk
|
|||||||
define Package/libapr
|
define Package/libapr
|
||||||
SECTION:=libs
|
SECTION:=libs
|
||||||
CATEGORY:=Libraries
|
CATEGORY:=Libraries
|
||||||
DEPENDS:=+libpthread +librt
|
DEPENDS:=+libpthread +librt +libuuid
|
||||||
TITLE:=Apache Portable Runtime Library
|
TITLE:=Apache Portable Runtime Library
|
||||||
URL:=http://apr.apache.org/
|
URL:=http://apr.apache.org/
|
||||||
endef
|
endef
|
||||||
|
Loading…
x
Reference in New Issue
Block a user