summaryrefslogtreecommitdiffstats
path: root/package/psmisc
diff options
context:
space:
mode:
authorThomas Lundquist <lists@zelow.no>2009-01-18 09:26:28 +0000
committerThomas Lundquist <lists@zelow.no>2009-01-18 09:26:28 +0000
commitc86f23b7708cb7eeba91a2764210277c78143dca (patch)
tree26dda73073968d3abe78f8c382bd53ae03b67f4b /package/psmisc
parent6b00041b87b30675b8b214b2f4c1653bfd911dda (diff)
downloadbuildroot-novena-c86f23b7708cb7eeba91a2764210277c78143dca.tar.gz
buildroot-novena-c86f23b7708cb7eeba91a2764210277c78143dca.zip
Getting rid of a bit more configure options that's been centralized.
Diffstat (limited to 'package/psmisc')
-rw-r--r--package/psmisc/psmisc.mk2
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)