aports/testing/gf2x/gcc15.patch
2025-07-03 07:15:46 +00:00

19 lines
288 B
Diff

--- a/config/acinclude.m4
+++ b/config/acinclude.m4
@@ -664,6 +664,7 @@ cat >conftest.c <<EOF
int
main ()
{
+ #include <stdlib.h>
exit(0);
}
EOF
@@ -702,6 +703,7 @@ AC_CACHE_CHECK([for build system executable suffix],
int
main ()
{
+ #include <stdlib.h>
exit (0);
}
EOF