package/hddtemp: link to libintl when needed

Fixes:
http://autobuild.buildroot.net/results/e84/e84b7131f996302301dd0a8fd47362c9f2eab0bf/
http://autobuild.buildroot.net/results/524/52428940034d59887e0172fbd8481943d86db13b/

Signed-off-by: Bernd Kuhls <bernd.kuhls@t-online.de>
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
Bernd Kuhls 2022-12-13 18:11:03 +01:00 committed by Peter Korsgaard
parent 384b75098b
commit d7c99eaa30

View File

@ -15,7 +15,8 @@ HDDTEMP_GETTEXTIZE = YES
HDDTEMP_DB_PATH = /usr/share/misc/hddtemp.db
HDDTEMP_CONF_OPTS = --with-db-path=$(HDDTEMP_DB_PATH)
HDDTEMP_CONF_ENV = LIBS="$(HDDTEMP_LIBS)"
HDDTEMP_CONF_ENV = LIBS="$(HDDTEMP_LIBS) $(TARGET_NLS_LIBS)"
HDDTEMP_DEPENDENCIES += $(TARGET_NLS_DEPENDENCIES)
ifeq ($(BR2_PACKAGE_LIBEXECINFO),y)
HDDTEMP_DEPENDENCIES += libexecinfo