mirror of
git://git.gnupg.org/gnupg.git
synced 2025-07-03 22:56:33 +02:00
Fixed segv in gpg-agent (command marktrusted).
Replaced almost all free by xfree. Translation fixes.
This commit is contained in:
parent
3d39dc13d0
commit
138bf2dc15
46 changed files with 194 additions and 114 deletions
|
@ -93,7 +93,7 @@ if test "$1" = "--build-w32"; then
|
|||
--with-zlib=${w32root} \
|
||||
--with-regex=${w32root} \
|
||||
--with-pth-prefix=${w32root} \
|
||||
--with-adns=${w32root}
|
||||
--with-adns=${w32root} \
|
||||
--without-included-gettext "$@"
|
||||
rc=$?
|
||||
exit $rc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue