This repository has been archived by the owner on May 30, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #1783 from flatcar-linux/krnowak/pkg-updates-2020
Profile cleanups for package updates, 2020 edition
- Loading branch information
Showing
5 changed files
with
20 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,10 @@ | ||
# 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. We also know that constructor and destructor attributes are | ||
# supported - they are available since at least gcc 3.4. | ||
|
||
EXTRA_ECONF+=" ax_cv_have_func_attribute_constructor=yes" | ||
EXTRA_ECONF+=" ax_cv_have_func_attribute_destructor=yes" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters