projects
/
buildroot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d9d7cab
)
libconfuse: drop implied uClibc dependency
author
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 11 Sep 2011 20:18:52 +0000
(22:18 +0200)
committer
Peter Korsgaard
<jacmet@sunsite.dk>
Sun, 11 Sep 2011 20:18:52 +0000
(22:18 +0200)
uClibc doesn't need to be listed as an explicit pkg dependency.
Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
package/libconfuse/libconfuse.mk
patch
|
blob
|
history
diff --git
a/package/libconfuse/libconfuse.mk
b/package/libconfuse/libconfuse.mk
index 28115d74f0c91a32d9aa7c8a4301116915d611f7..79ff6871f6f987e657305bc286ace2d86ec0262d 100644
(file)
--- a/
package/libconfuse/libconfuse.mk
+++ b/
package/libconfuse/libconfuse.mk
@@
-11,6
+11,4
@@
LIBCONFUSE_INSTALL_STAGING = YES
LIBCONFUSE_CONF_OPT = --disable-rpath
-LIBCONFUSE_DEPENDENCIES = uclibc
-
$(eval $(call AUTOTARGETS,package,libconfuse))