Fix gettext (-lintl) linker flags.

The external gettext library should be used on main libcryptsetup,
not later for programs (these do not call any translations).

(Also it was in the wrong order there failing compilation.)
This commit is contained in:
Milan Broz
2021-08-22 10:41:48 +02:00
parent 246d306eeb
commit 3a79b2b09b
2 changed files with 3 additions and 4 deletions

View File

@@ -33,6 +33,7 @@ libcryptsetup_la_LIBADD = \
@JSON_C_LIBS@ \
@BLKID_LIBS@ \
$(LTLIBICONV) \
$(LTLIBINTL) \
libcrypto_backend.la \
libutils_io.la