diff options
author | Werner Koch <[email protected]> | 2021-02-18 09:13:18 +0000 |
---|---|---|
committer | Werner Koch <[email protected]> | 2021-02-18 12:25:33 +0000 |
commit | 919a969354d4021f2e64a948b4c224cd37323713 (patch) | |
tree | e0e4e1c3460d5723bba774cf4a23e10ee6322c22 /configure.ac | |
parent | dirmngr: Support new gpgNtds parameter in LDAP keyserver URLs. (diff) | |
download | gnupg-919a969354d4021f2e64a948b4c224cd37323713.tar.gz gnupg-919a969354d4021f2e64a948b4c224cd37323713.zip |
speedo: Update w32 stuff from 2.2
* build-aux/speedo.mk: Update from 2.2. Add target w32-msi-release.
* build-aux/speedo/w32/inst.nsi: Fix location of doc files.
* build-aux/speedo/w32/wixlib.wxs: Add gpg-card and fix a wrong name.
* Makefile.am (release): Support a WITH_MSI variable.
(wixlibfile): Improve copying to archive.
(release): Use AMTAR instead of TAR.
--
Signed-off-by: Werner Koch <[email protected]>
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/configure.ac b/configure.ac index dad73ce91..07c2cbc8e 100644 --- a/configure.ac +++ b/configure.ac @@ -1599,7 +1599,6 @@ if test "$GCC" = yes; then if test x"$_gcc_wopt" = xyes ; then mycflags="$mycflags -W -Wno-sign-compare -Wno-format-zero-length" mycflags="$mycflags -Wno-missing-field-initializers" - mycflags="$mycflags -Wno-format-zero-length" fi AC_MSG_CHECKING([if gcc supports -Wdeclaration-after-statement]) @@ -1628,6 +1627,9 @@ if test "$GCC" = yes; then else mycflags="$mycflags -Wall" + if test x"$_gcc_silent_wno" = xyes ; then + mycflags="$mycflags -Wno-format-zero-length" + fi fi if test x"$_gcc_silent_wno" = xyes ; then |