util-linux: fix libintl linking if present

The configure script correctly detects presence of libintl, but it forgets
to link against it, breaking the build.

Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
Peter Korsgaard 2011-08-09 16:15:22 +02:00
parent efd5ca7b26
commit a8273c4272

View File

@ -25,6 +25,10 @@ else
UTIL_LINUX_CONF_OPT += --without-ncurses
endif
ifeq ($(BR2_PACKAGE_LIBINTL),y)
UTIL_LINUX_DEPENDENCIES += libintl
UTIL_LINUX_MAKE_OPT += LIBS=-lintl
endif
#############################################
#