From: Mark Andrews Date: Thu, 18 Feb 2021 04:33:17 +0000 (+1100) Subject: Fixed librpz_dnsrpzd_path being a duplicate symbol X-Git-Tag: v9.17.11~19^2~1 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8f016dd57a920fe4bec09a0f49ce82713b0b1cf6;p=thirdparty%2Fbind9.git Fixed librpz_dnsrpzd_path being a duplicate symbol librpz_dnsrpzd_path should have been declared extern in dns/librpz.h --- diff --git a/lib/dns/include/dns/librpz.h b/lib/dns/include/dns/librpz.h index 85b55cdebf5..47793c63d63 100644 --- a/lib/dns/include/dns/librpz.h +++ b/lib/dns/include/dns/librpz.h @@ -781,7 +781,7 @@ LIBDEF_F(su2str) /** * default path to dnsrpzd */ -const char *librpz_dnsrpzd_path; +LIBDEF(const char *, librpz_dnsrpzd_path) #undef LIBDEF