diff options
author | Thomas Lundquist <lists@zelow.no> | 2009-01-18 09:26:28 +0000 |
---|---|---|
committer | Thomas Lundquist <lists@zelow.no> | 2009-01-18 09:26:28 +0000 |
commit | c86f23b7708cb7eeba91a2764210277c78143dca (patch) | |
tree | 26dda73073968d3abe78f8c382bd53ae03b67f4b /package/psmisc | |
parent | 6b00041b87b30675b8b214b2f4c1653bfd911dda (diff) |
Getting rid of a bit more configure options that's been centralized.
Diffstat (limited to 'package/psmisc')
-rw-r--r-- | package/psmisc/psmisc.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/psmisc/psmisc.mk b/package/psmisc/psmisc.mk index ce5566728..e0f82c904 100644 --- a/package/psmisc/psmisc.mk +++ b/package/psmisc/psmisc.mk @@ -11,7 +11,7 @@ PSMISC_INSTALL_STAGING:=no 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_NLS) $(DISABLE_IPV6) +PSMISC_CONF_OPT:= $(DISABLE_IPV6) PSMISC_DEPENDENCIES:=uclibc ncurses ifeq ($(BR2_ENABLE_LOCALE),y) |