forked from JuliaPackaging/Yggdrasil
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ZlibNG: Update to 2.1.6 (JuliaPackaging#8007)
* ZlibNG: Update to 2.1.6 * ZlibNG: Correct build error on Power
- Loading branch information
Showing
2 changed files
with
17 additions
and
2 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
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
diff --git a/arch/power/power_features.c b/arch/power/power_features.c | ||
index 35145177..a5c0a470 100644 | ||
--- a/arch/power/power_features.c | ||
+++ b/arch/power/power_features.c | ||
@@ -7,6 +7,7 @@ | ||
#ifdef HAVE_SYS_AUXV_H | ||
# include <sys/auxv.h> | ||
#endif | ||
+#include <linux/auxvec.h> | ||
#ifdef __FreeBSD__ | ||
# include <machine/cpu.h> | ||
#endif |