]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- For #514: generate configure.
authorGeorge Thessalonikefs <george@nlnetlabs.nl>
Thu, 12 Aug 2021 19:46:30 +0000 (21:46 +0200)
committerGeorge Thessalonikefs <george@nlnetlabs.nl>
Thu, 12 Aug 2021 19:46:30 +0000 (21:46 +0200)
configure
doc/Changelog

index 4d01e3421d1d317caec78246c604cd04de9c457c..f5185fc5b5118141ad3ce62ff9a3d3e1f238cc33 100755 (executable)
--- a/configure
+++ b/configure
@@ -682,6 +682,7 @@ SSLLIB
 HAVE_SSL
 PC_CRYPTO_DEPENDENCY
 CONFIG_DATE
+GCC_DOCKER_LINTFLAGS
 NETBSD_LINTFLAGS
 PYUNBOUND_UNINSTALL
 PYUNBOUND_INSTALL
 if test "`uname`" = "NetBSD"; then
        NETBSD_LINTFLAGS='"-D__RENAME(x)=" -D_NETINET_IN_H_'
 
+fi
+
+if test "`uname -o`" = "GNU/Linux"; then
+       # splint cannot parse modern c99 header files
+       GCC_DOCKER_LINTFLAGS='-syntax'
+
 fi
 CONFIG_DATE=`date +%Y%m%d`
 
index 64621ef68b3ef95cdaba72c391bdbd11bc9a66f0..f518a972f0a494de98808291a27819731a114c77 100644 (file)
@@ -1,5 +1,6 @@
 12 August 2021: George
        - Merge PR #514, from ziollek: Docker environment for run tests.
+       - For #514: generate configure.
 
 12 August 2021: Wouter
        - And 1.13.2rc1 became the 1.13.2 with the fix for the python module