Skip to content
This repository has been archived by the owner on May 30, 2023. It is now read-only.

Commit

Permalink
coreos/config: Workaround flaky checks in net-dns/bind-tools
Browse files Browse the repository at this point in the history
The reasoning is written in the config file. But at the same time drop
the outdated stuff - there is no such flag like --without-ecdsa any
more.
  • Loading branch information
krnowak committed Mar 31, 2022
1 parent 08db994 commit c96f0c8
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions coreos/config/env/net-dns/bind-tools
Original file line number Diff line number Diff line change
@@ -1,2 +1,9 @@
# Work around failing OpenSSL feature detection.
EXTRA_ECONF="--without-ecdsa"
# 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.

EXTRA_ECONF+=" ax_cv_have_func_attribute_constructor=yes"
EXTRA_ECONF+=" ax_cv_have_func_attribute_destructor=yes"

0 comments on commit c96f0c8

Please sign in to comment.