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/psmisc/psmisc.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'package/psmisc') diff --git a/package/psmisc/psmisc.mk b/package/psmisc/psmisc.mk index e0f82c904..90a5186dd 100644 --- a/package/psmisc/psmisc.mk +++ b/package/psmisc/psmisc.mk @@ -12,7 +12,7 @@ PSMISC_INSTALL_TARGET:=YES PSMISC_CONF_ENV:=ac_cv_func_malloc_0_nonnull=yes \ ac_cv_func_realloc_0_nonnull=yes PSMISC_CONF_OPT:= $(DISABLE_IPV6) -PSMISC_DEPENDENCIES:=uclibc ncurses +PSMISC_DEPENDENCIES:=ncurses ifeq ($(BR2_ENABLE_LOCALE),y) # psmisc gets confused and forgets to link with libintl -- cgit v1.2.3