mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
gpgtar: Fix building for systems with a separate libintl.
* tools/Makefile.am (gpgtar_LDADD): Add LIBINTL.
--
Signed-off-by: Werner Koch <wk@gnupg.org>
(cherry picked from commit 12990efb45
)
Resolved conflicts:
tools/Makefile.am => Libiconv was already there.
This commit is contained in:
parent
755f92e2af
commit
4d93e5e3cf
1 changed files with 1 additions and 1 deletions
|
@ -119,7 +119,7 @@ gpgtar_SOURCES = \
|
|||
no-libgcrypt.c
|
||||
gpgtar_CFLAGS = $(GPG_ERROR_CFLAGS) $(PTH_CFLAGS)
|
||||
gpgtar_LDADD = $(common_libs) $(GPG_ERROR_LIBS) \
|
||||
$(NETLIBS) $(LIBICONV) $(W32SOCKLIBS)
|
||||
$(LIBINTL) $(NETLIBS) $(LIBICONV) $(W32SOCKLIBS)
|
||||
|
||||
# Make sure that all libs are build before we use them. This is
|
||||
# important for things like make -j2.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue