From e9f8873a177f0bab458a00dfbb57737283044b25 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Fri, 15 Nov 2024 18:29:51 +0100 Subject: [PATCH] overlay coreos/config: Drop env overrides for net-dns/bind-tools They are not relevant after the update, and we are also going to drop the package in favor of net-dns/bind. --- .../coreos/config/env/net-dns/bind-tools | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-dns/bind-tools diff --git a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-dns/bind-tools b/sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-dns/bind-tools deleted file mode 100644 index 837a89d7a8..0000000000 --- a/sdk_container/src/third_party/coreos-overlay/coreos/config/env/net-dns/bind-tools +++ /dev/null @@ -1,12 +0,0 @@ -# Work around lame function attribute checks when cross-compiling. -# Linker emits a bunch of irrelevant warnings and that trips configure -# script up into thinking that those attributes are not -# supported. Upstream bind-tools already fixed that by being smarter -# and grepping for -Wattributes instead, but we are not yet packaging -# it. We also know that constructor and destructor attributes are -# supported - they are available since at least gcc 3.4. -# -# Drop this when updating to bind tools 9.17.13 or newer. - -EXTRA_ECONF+=" ax_cv_have_func_attribute_constructor=yes" -EXTRA_ECONF+=" ax_cv_have_func_attribute_destructor=yes"