mirror of
https://github.com/NLnetLabs/unbound.git
synced 2025-12-24 00:29:58 -05:00
- For #514: generate configure.
This commit is contained in:
parent
3b8b2e0dc7
commit
a158f365b9
2 changed files with 8 additions and 0 deletions
7
configure
vendored
7
configure
vendored
|
|
@ -682,6 +682,7 @@ SSLLIB
|
||||||
HAVE_SSL
|
HAVE_SSL
|
||||||
PC_CRYPTO_DEPENDENCY
|
PC_CRYPTO_DEPENDENCY
|
||||||
CONFIG_DATE
|
CONFIG_DATE
|
||||||
|
GCC_DOCKER_LINTFLAGS
|
||||||
NETBSD_LINTFLAGS
|
NETBSD_LINTFLAGS
|
||||||
PYUNBOUND_UNINSTALL
|
PYUNBOUND_UNINSTALL
|
||||||
PYUNBOUND_INSTALL
|
PYUNBOUND_INSTALL
|
||||||
|
|
@ -17887,6 +17888,12 @@ fi
|
||||||
if test "`uname`" = "NetBSD"; then
|
if test "`uname`" = "NetBSD"; then
|
||||||
NETBSD_LINTFLAGS='"-D__RENAME(x)=" -D_NETINET_IN_H_'
|
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
|
fi
|
||||||
CONFIG_DATE=`date +%Y%m%d`
|
CONFIG_DATE=`date +%Y%m%d`
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,5 +1,6 @@
|
||||||
12 August 2021: George
|
12 August 2021: George
|
||||||
- Merge PR #514, from ziollek: Docker environment for run tests.
|
- Merge PR #514, from ziollek: Docker environment for run tests.
|
||||||
|
- For #514: generate configure.
|
||||||
|
|
||||||
12 August 2021: Wouter
|
12 August 2021: Wouter
|
||||||
- And 1.13.2rc1 became the 1.13.2 with the fix for the python module
|
- And 1.13.2rc1 became the 1.13.2 with the fix for the python module
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue