]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
unbound: Fix config.h
authorCy Schubert <cy@FreeBSD.org>
Sun, 15 Jan 2023 06:55:05 +0000 (22:55 -0800)
committerCy Schubert <cy@FreeBSD.org>
Tue, 14 Feb 2023 18:32:39 +0000 (10:32 -0800)
commit9f9f2a1270c510b33e1e50b1bac09ebe10bbb974
treeadc7b4ecadb5dcdfca34a165d6e003f23b005d4c
parent26ba9518ffeccd0b64d2f610e731989193844814
unbound: Fix config.h

FreeBSD src does not support HAVE_DECL_EVSIGNAL_ASSIGN. While reviewing
the new config.h after regenerating it, this definition was not removed.

Updating config.h is a manual process of configuring the port and
copying/merging the generated config.h into src. This definition was
missed and not removed (#undef'd).

Fixes: 1838dec31895fd4752fa8631322ab93be0705a66

(cherry picked from commit 06b93ef8cda227d755d7f6cfa95d08c0ccc9dc2d)
usr.sbin/unbound/config.h