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.16.13~11^2~1 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=985566fea52e5d35ad356f62013e0d599df84259;p=thirdparty%2Fbind9.git Fixed librpz_dnsrpzd_path being a duplicate symbol librpz_dnsrpzd_path should have been declared extern in dns/librpz.h (cherry picked from commit 8f016dd57a920fe4bec09a0f49ce82713b0b1cf6) --- 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