mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-07-21 22:53:31 +02:00
Fix autotools macros with clang 16. Update EAPI 7 -> 8. Signed-off-by: Viorel Munteanu <ceamac@gentoo.org>
12 lines
280 B
Diff
12 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;
|