From 37f3f7d04902b52b3d818cd1c1b6a13ac613fdb4 Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Tue, 14 Mar 2023 10:51:18 +0100 Subject: [PATCH] coreos/config: Add a note when env override can be dropped for net-dns/bind-tools --- .../coreos-overlay/coreos/config/env/net-dns/bind-tools | 2 ++ 1 file changed, 2 insertions(+) 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 index 73ec86627f..837a89d7a8 100644 --- 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 @@ -5,6 +5,8 @@ # 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"