refresh path:100-portability.patch Announcement:https://lists.gnu.org/archive/html/info-gnu/2024-12/msg00008.html Signed-off-by: Jack Sun <sunjiazheng321521@gmail.com> Link: https://github.com/openwrt/openwrt/pull/17824 Signed-off-by: Hauke Mehrtens <hauke@hauke-m.de>
35 lines
922 B
Diff
35 lines
922 B
Diff
--- a/configure
|
|
+++ b/configure
|
|
@@ -5689,6 +5689,7 @@ printf %s "checking build system compile
|
|
# remove anything that might look like compiler output to our "||" expression
|
|
rm -f conftest* a.out b.out a.exe a_out.exe
|
|
cat >conftest.c <<EOF
|
|
+#include <stdlib.h>
|
|
int
|
|
main ()
|
|
{
|
|
@@ -5721,6 +5722,7 @@ printf %s "checking build system compile
|
|
# remove anything that might look like compiler output to our "||" expression
|
|
rm -f conftest* a.out b.out a.exe a_out.exe
|
|
cat >conftest.c <<EOF
|
|
+#include <stdlib.h>
|
|
int
|
|
main ()
|
|
{
|
|
@@ -5757,6 +5759,7 @@ printf %s "checking build system compile
|
|
# remove anything that might look like compiler output to our "||" expression
|
|
rm -f conftest* a.out b.out a.exe a_out.exe
|
|
cat >conftest.c <<EOF
|
|
+#include <stdlib.h>
|
|
int
|
|
main ()
|
|
{
|
|
@@ -5808,6 +5811,7 @@ else $as_nop
|
|
gmp_cv_prog_exeext_for_build="$EXEEXT"
|
|
else
|
|
cat >conftest.c <<EOF
|
|
+#include <stdlib.h>
|
|
int
|
|
main ()
|
|
{
|