From: Ondřej Surý Date: Sat, 22 Feb 2025 18:06:21 +0000 (+0000) Subject: chg: dev: Move the library initialization and shutdown to executables X-Git-Tag: ondrej/lock-free-qpzone-reads-v1~36 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e0c1f151ce9fcd2fbf14b9503e255accf27aa00;p=thirdparty%2Fbind9.git chg: dev: Move the library initialization and shutdown to executables Instead of relying on unreliable order of execution of the library constructors and destructors, move them to individual binaries. The advantage is that the execution time and order will remain constant and will not depend on the dynamic load dependency solver. Merge branch 'ondrej/move-the-constructors-destructors-to-binaries' into 'main' See merge request isc-projects/bind9!10069 --- 6e0c1f151ce9fcd2fbf14b9503e255accf27aa00