]> git.ipfire.org Git - thirdparty/bind9.git/commit
add --enable-dnsrps to gitlab CI
authorEvan Hunt <each@isc.org>
Wed, 15 Mar 2023 21:05:26 +0000 (14:05 -0700)
committerEvan Hunt <each@isc.org>
Wed, 29 Mar 2023 01:41:17 +0000 (18:41 -0700)
commitb573d4abf8f13cf8cd8b1555926bcbb37e4e6cb0
tree69c780f9aedf65ce1115decf3d2a0bb6f99f32be
parentf43de9646088ac46685f801271e6e6ac1e7ce021
add --enable-dnsrps to gitlab CI

enable DNSRPS in the continuous integration tests

this triggered a build failure in OpenBSD; building with DNSRPS
causes arpa/nameser.h to be included, which defines the value
STATUS. that value was then reused in server.c  renaming the
value to STAT corrects the error.
.gitlab-ci.yml
bin/named/server.c