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:
f4f70ce
)
curl: add missing dependency for eglibc
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 12 Jul 2012 16:25:45 +0000
(16:25 +0000)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 12 Jul 2012 16:25:45 +0000
(16:25 +0000)
SVN-Revision: 32687
libs/curl/Makefile
patch
|
blob
|
history
diff --git
a/libs/curl/Makefile
b/libs/curl/Makefile
index 6152eeea17f99e21a18baed524a238491a6de504..c84363f25c5a55695892f27e5cc92384bdddbf54 100644
(file)
--- a/
libs/curl/Makefile
+++ b/
libs/curl/Makefile
@@
-43,7
+43,7
@@
define Package/libcurl
$(call Package/curl/Default)
SECTION:=libs
CATEGORY:=Libraries
- DEPENDS:=+libopenssl +zlib
+ DEPENDS:=+libopenssl +zlib
+USE_EGLIBC:librt
TITLE:=A client-side URL transfer library
endef