diff options
author | Werner Koch <[email protected]> | 2010-11-23 18:46:41 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2010-11-23 18:46:41 +0000 |
commit | b3f9e2130e64e1a57d2b60444edf6f839c1a90b1 (patch) | |
tree | ec62e5100ce63278fcb3c743a19b7bcad85f51a7 /agent | |
parent | 2010-11-17 Marcus Brinkmann <[email protected]> (diff) | |
download | gnupg-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 'agent')
-rw-r--r-- | agent/ChangeLog | 4 | ||||
-rw-r--r-- | agent/Makefile.am | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/agent/ChangeLog b/agent/ChangeLog index 289b42f6f..17c671965 100644 --- a/agent/ChangeLog +++ b/agent/ChangeLog @@ -1,3 +1,7 @@ +2010-11-23 Werner Koch <[email protected]> + + * Makefile.am (gpg_agent_LDFLAGS): Add extra_bin_ldflags. + 2010-11-11 Werner Koch <[email protected]> * agent.h (opt): Add field SIGUSR2_ENABLED. diff --git a/agent/Makefile.am b/agent/Makefile.am index 9c58627e6..b20fdeafc 100644 --- a/agent/Makefile.am +++ b/agent/Makefile.am @@ -75,7 +75,7 @@ gpg_agent_CFLAGS = $(AM_CFLAGS) $(LIBASSUAN_CFLAGS) $(PTH_CFLAGS) gpg_agent_LDADD = $(commonpth_libs) \ $(LIBGCRYPT_LIBS) $(LIBASSUAN_LIBS) $(PTH_LIBS) \ $(GPG_ERROR_LIBS) $(LIBINTL) $(NETLIBS) $(LIBICONV) -gpg_agent_LDFLAGS = $(gpg_agent_res_ldflags) +gpg_agent_LDFLAGS = $(extra_bin_ldflags) $(gpg_agent_res_ldflags) gpg_agent_DEPENDENCIES = $(gpg_agent_res_deps) gpg_protect_tool_SOURCES = \ |