Commit a8273c42 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

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: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent efd5ca7b
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -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

#############################################
#