mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-02 22:46:30 +02:00
Change stack size for Wince.
Allow for a longer agent atartup under wince. Print gpg output via estream.
This commit is contained in:
parent
bbd08dd146
commit
b3f9e2130e
18 changed files with 167 additions and 86 deletions
|
@ -1,3 +1,7 @@
|
|||
2010-11-23 Werner Koch <wk@g10code.com>
|
||||
|
||||
* Makefile.am (gpgconf_LDFLAGS): Add extra_bin_ldflags.
|
||||
|
||||
2010-11-17 Marcus Brinkmann <mb@g10code.com>
|
||||
|
||||
* gogconf.c: Revert accidental debug output commit.
|
||||
|
|
|
@ -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 =
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue