mirror of
https://gitlab.com/cryptsetup/cryptsetup.git
synced 2025-12-15 21:00:05 +01:00
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:
@@ -33,6 +33,7 @@ libcryptsetup_la_LIBADD = \
|
||||
@JSON_C_LIBS@ \
|
||||
@BLKID_LIBS@ \
|
||||
$(LTLIBICONV) \
|
||||
$(LTLIBINTL) \
|
||||
libcrypto_backend.la \
|
||||
libutils_io.la
|
||||
|
||||
|
||||
Reference in New Issue
Block a user