From 422ce6536b6d45e4632d526ae04c6af0bd36e80a Mon Sep 17 00:00:00 2001 From: Will Newton Date: Wed, 2 Sep 2009 16:02:02 +0100 Subject: package: Remove unnecessary dependencies on uclibc. A C library will have been built by the toolchain makefiles, so there is no need for packages to explicitly depend on uclibc. Signed-off-by: Will Newton Signed-off-by: Peter Korsgaard --- package/ifplugd/ifplugd.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/ifplugd') diff --git a/package/ifplugd/ifplugd.mk b/package/ifplugd/ifplugd.mk index 3d0b844cc..945d366d9 100644 --- a/package/ifplugd/ifplugd.mk +++ b/package/ifplugd/ifplugd.mk @@ -14,7 +14,7 @@ IFPLUGD_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) install-exec IFPLUGD_CONF_OPT = --disable-lynx -IFPLUGD_DEPENDENCIES = uclibc libdaemon +IFPLUGD_DEPENDENCIES = libdaemon $(eval $(call AUTOTARGETS,package,ifplugd)) -- cgit v1.2.3