From 34f27e719207fdc7d6683b6358a51da8ba5c3cb8 Mon Sep 17 00:00:00 2001 From: midipix Date: Fri, 21 Dec 2018 16:23:19 -0500 Subject: project: custom config: test for and link linintl as needed. --- project/config/cfgdefs.sh | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'project') diff --git a/project/config/cfgdefs.sh b/project/config/cfgdefs.sh index 1d3014c..64d8dc1 100644 --- a/project/config/cfgdefs.sh +++ b/project/config/cfgdefs.sh @@ -114,6 +114,14 @@ cfgdefs_perform_common_tests() cfgtest_cflags_append '-DHAVE_GETRANDOM_SYSCALL' fi + # libintl + cfgtest_newline + cfgtest_comment 'libintl' + + if cfgtest_library_presence -lintl; then + cfgtest_ldflags_append '-Wl,--as-needed -lintl -Wl,--no-as-needed' + fi + # ncurses cfgtest_newline cfgtest_comment 'ncurses/ncursesw' -- cgit v1.2.3