]> rtime.felk.cvut.cz Git - coffee/buildroot.git/blobdiff - package/newt/newt.mk
lrzsz: install symlinks for XMODEM and YMODEM
[coffee/buildroot.git] / package / newt / newt.mk
index 1764bbcea835328199741ac124c2cbdb2762a776..b6d973af75a67d77d7e8691da7cf4bb3b00125ac 100644 (file)
@@ -4,11 +4,13 @@
 #
 ################################################################################
 
-NEWT_VERSION = 0.52.19
+NEWT_VERSION = 0.52.20
 NEWT_SITE = https://pagure.io/releases/newt
 NEWT_INSTALL_STAGING = YES
-NEWT_DEPENDENCIES = popt slang \
-       $(if $(BR2_NEEDS_GETTEXT_IF_LOCALE),gettext)
+NEWT_DEPENDENCIES = popt slang $(TARGET_NLS_DEPENDENCIES)
+# Force to use libintl, otherwise it finds gettext functions in the C
+# library, and does not link against libintl.
+NEWT_CONF_ENV = LIBS=$(TARGET_NLS_LIBS)
 NEWT_CONF_OPTS = --without-python --without-tcl
 NEWT_MAKE = $(MAKE1)
 NEWT_LICENSE = GPL-2.0