[git] GnuPG - branch, master, updated. gnupg-2.1.0beta3-245-g12990ef

by Werner Koch cvs at cvs.gnupg.org
Fri Aug 30 10:40:14 CEST 2013


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "The GNU Privacy Guard".

The branch, master has been updated
       via  12990efb45ee7c425167aad19fe759d5609c5182 (commit)
      from  fc31d730d8506b069de1d3529ed26660856bf07f (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 12990efb45ee7c425167aad19fe759d5609c5182
Author: Werner Koch <wk at gnupg.org>
Date:   Fri Aug 30 10:05:08 2013 +0200

    gpgtar: Fix building for systems with a separate libintl.
    
    * tools/Makefile.am (gpgtar_LDADD): Add LIBINTL and LIBICONV.
    
    Signed-off-by: Werner Koch <wk at gnupg.org>

diff --git a/tools/Makefile.am b/tools/Makefile.am
index bc48eea..946ae4a 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -145,7 +145,8 @@ gpgtar_SOURCES = \
 	no-libgcrypt.c
 gpgtar_CFLAGS = $(GPG_ERROR_CFLAGS) $(PTH_CFLAGS)
 #gpgtar_LDADD = $(commonpth_libs) $(PTH_LIBS) $(GPG_ERROR_LIBS)
-gpgtar_LDADD = $(common_libs) $(GPG_ERROR_LIBS) $(NETLIBS) $(W32SOCKLIBS)
+gpgtar_LDADD = $(common_libs) $(GPG_ERROR_LIBS) \
+               $(LIBINTL) $(NETLIBS) $(LIBICONV) $(W32SOCKLIBS)
 
 
 # Make sure that all libs are build before we use them.  This is

-----------------------------------------------------------------------

Summary of changes:
 tools/Makefile.am |    3 ++-
 1 files changed, 2 insertions(+), 1 deletions(-)


hooks/post-receive
-- 
The GNU Privacy Guard
http://git.gnupg.org




More information about the Gnupg-commits mailing list