|
@@ -15,4 +15,10 @@ PSMISC_CONF_ENV:=ac_cv_func_malloc_0_nonnull=yes \
|
|
PSMISC_CONF_OPT:= $(DISABLE_NLS) $(DISABLE_IPV6)
|
|
PSMISC_CONF_OPT:= $(DISABLE_NLS) $(DISABLE_IPV6)
|
|
PSMISC_DEPENDENCIES:=uclibc ncurses
|
|
PSMISC_DEPENDENCIES:=uclibc ncurses
|
|
|
|
|
|
|
|
+ifeq ($(BR2_ENABLE_LOCALE),y)
|
|
|
|
+# psmisc gets confused and forgets to link with libintl
|
|
|
|
+PSMISC_MAKE_OPT:=LIBS=-lintl
|
|
|
|
+PSMISC_DEPENDENCIES+= gettext libintl
|
|
|
|
+endif
|
|
|
|
+
|
|
$(eval $(call AUTOTARGETS,package,psmisc))
|
|
$(eval $(call AUTOTARGETS,package,psmisc))
|