aboutsummaryrefslogtreecommitdiffstats
path: root/tools
diff options
context:
space:
mode:
authorWerner Koch <[email protected]>2010-11-23 18:46:41 +0000
committerWerner Koch <[email protected]>2010-11-23 18:46:41 +0000
commitb3f9e2130e64e1a57d2b60444edf6f839c1a90b1 (patch)
treeec62e5100ce63278fcb3c743a19b7bcad85f51a7 /tools
parent2010-11-17 Marcus Brinkmann <[email protected]> (diff)
downloadgnupg-b3f9e2130e64e1a57d2b60444edf6f839c1a90b1.tar.gz
gnupg-b3f9e2130e64e1a57d2b60444edf6f839c1a90b1.zip
Change stack size for Wince.
Allow for a longer agent atartup under wince. Print gpg output via estream.
Diffstat (limited to 'tools')
-rw-r--r--tools/ChangeLog4
-rw-r--r--tools/Makefile.am1
2 files changed, 5 insertions, 0 deletions
diff --git a/tools/ChangeLog b/tools/ChangeLog
index a2bd9337d..98e2329ca 100644
--- a/tools/ChangeLog
+++ b/tools/ChangeLog
@@ -1,3 +1,7 @@
+2010-11-23 Werner Koch <[email protected]>
+
+ * Makefile.am (gpgconf_LDFLAGS): Add extra_bin_ldflags.
+
2010-11-17 Marcus Brinkmann <[email protected]>
* gogconf.c: Revert accidental debug output commit.
diff --git a/tools/Makefile.am b/tools/Makefile.am
index b85d2640b..323e11433 100644
--- a/tools/Makefile.am
+++ b/tools/Makefile.am
@@ -96,6 +96,7 @@ gpgconf_SOURCES = gpgconf.c gpgconf.h gpgconf-comp.c no-libgcrypt.c
gpgconf_LDADD = $(maybe_commonpth_libs) $(opt_libassuan_libs) \
$(LIBINTL) $(GPG_ERROR_LIBS) $(PTH_LIBS) $(NETLIBS) \
$(LIBICONV) $(W32SOCKLIBS)
+gpgconf_LDFLAGS = $(extra_bin_ldflags)
gpgparsemail_SOURCES = gpgparsemail.c rfc822parse.c rfc822parse.h
gpgparsemail_LDADD =