projects
/
openwrt.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db273bc
)
librpc: use MDEPENDS instead of DEPENDS for @USE_UCLIBC to fix recursive busybox...
author
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Apr 2011 19:03:55 +0000
(19:03 +0000)
committer
nbd
<nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 5 Apr 2011 19:03:55 +0000
(19:03 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@26492
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
package/librpc/Makefile
patch
|
blob
|
history
diff --git
a/package/librpc/Makefile
b/package/librpc/Makefile
index
5dc6162
..
96a7b7c
100644
(file)
--- a/
package/librpc/Makefile
+++ b/
package/librpc/Makefile
@@
-20,7
+20,7
@@
define Package/librpc
SECTION:=libs
CATEGORY:=Libraries
TITLE:=uClibc RPC library
- DEPENDS:=@USE_UCLIBC
+
M
DEPENDS:=@USE_UCLIBC
endef
ifdef CONFIG_USE_UCLIBC
This page took
0.0258 seconds
and
4
git commands to generate.