]> git.ipfire.org Git - thirdparty/unbound.git/commitdiff
- Fix docker splint test to use more portable uname.
authorW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 2 Feb 2022 13:47:57 +0000 (14:47 +0100)
committerW.C.A. Wijngaards <wouter@nlnetlabs.nl>
Wed, 2 Feb 2022 13:47:57 +0000 (14:47 +0100)
configure
configure.ac
doc/Changelog

index 2e640c9ba5f48d6d718bd0fec8f479fcd10466e9..48f9c2d02b6845e1082188e742294bc927386786 100755 (executable)
--- a/configure
+++ b/configure
@@ -17941,7 +17941,7 @@ if test "`uname`" = "NetBSD"; then
 
 fi
 
-if test "`uname -o`" = "GNU/Linux"; then
+if test "`uname`" = "Linux"; then
        # splint cannot parse modern c99 header files
        GCC_DOCKER_LINTFLAGS='-syntax'
 
index 5314b2e4e9b3e3eecad9eee14179a2e15ce042ac..5c7da19781310336bcdc8098c084c1757e61315e 100644 (file)
@@ -816,7 +816,7 @@ if test "`uname`" = "NetBSD"; then
        AC_SUBST(NETBSD_LINTFLAGS)
 fi
 
-if test "`uname -o`" = "GNU/Linux"; then
+if test "`uname`" = "Linux"; then
        # splint cannot parse modern c99 header files
        GCC_DOCKER_LINTFLAGS='-syntax'
        AC_SUBST(GCC_DOCKER_LINTFLAGS)
index be4b9bfd04be834b5cdf74e6ba594d5b74271185..e554d2cf9fb377161d86b4752314dc91c1411fba 100644 (file)
@@ -13,6 +13,7 @@
          since it changes the aggressive-nsec default and the ratelimit change.
        - Fix header comment for doxygen for authextstrtoaddr.
        - please clang analyzer for loop in test code.
+       - Fix docker splint test to use more portable uname.
 
 1 February 2022: George
        - Merge PR #603 from fobser: Use OpenSSL 1.1 API to access DSA and RSA