projects
/
openwrt
/
svn-archive
/
archive.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e6eb82
)
add missing libuuid dependency
author
Martin Janitschke
<noeoeh@web.de>
Sat, 24 Nov 2007 23:04:56 +0000
(23:04 +0000)
committer
Martin Janitschke
<noeoeh@web.de>
Sat, 24 Nov 2007 23:04:56 +0000
(23:04 +0000)
SVN-Revision: 9595
libs/apr-util/Makefile
patch
|
blob
|
history
diff --git
a/libs/apr-util/Makefile
b/libs/apr-util/Makefile
index 49cd98366a70447a45bf6eb88873f673a3891262..f4d281e71dddd61c37af37eeb37a26086f5da3c1 100644
(file)
--- a/
libs/apr-util/Makefile
+++ b/
libs/apr-util/Makefile
@@
-21,7
+21,7
@@
include $(INCLUDE_DIR)/package.mk
define Package/libaprutil
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libapr +libexpat +libiconv +libpthread +libsqlite3
+ DEPENDS:=+libapr +libexpat +libiconv +libpthread +libsqlite3
+libuuid
TITLE:=Apache Portable Runtime Utility Library
URL:=http://apr.apache.org/
endef