Browse Source

libconfuse: drop implied uClibc dependency

uClibc doesn't need to be listed as an explicit pkg dependency.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
Peter Korsgaard 14 years ago
parent
commit
170fb5361d
1 changed files with 0 additions and 2 deletions
  1. 0 2
      package/libconfuse/libconfuse.mk

+ 0 - 2
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))