mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-17 14:49:30 -07:00
Fix autotools macros with clang 16. Update EAPI 7 -> 8. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
13 lines
280 B
Diff
13 lines
280 B
Diff
https://bugs.gentoo.org/900326
|
|
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -87,6 +87,7 @@ AC_CHECK_FUNCS(_snprintf snprintf)
|
|
|
|
AC_MSG_CHECKING(for unaligned long accesses)
|
|
AC_TRY_RUN([
|
|
+ #include <stdlib.h>
|
|
void main(void)
|
|
{ unsigned char data[sizeof(long)*2];
|
|
long *ptr;
|