Fix typo retrun→return in 0001-fix-configure-for-gcc14.patch

Signed-off-by: Pieter Pas <pieter.p.dev@outlook.com>
This commit is contained in:
Pieter P 2024-06-02 19:56:30 +02:00 committed by Chris Packham
parent 06fad54c84
commit 47e6217614

View File

@ -95,7 +95,7 @@ diff -Naur libelf-0.8.13-orig/configure libelf-0.8.13/configure
memmove(buf + 1, buf, 9);
if (strcmp(buf, "0012345678")) exit(1);
exit(0);
+ retrun 0;
+ return 0;
}
EOF
if { (eval echo configure:2545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext} && (./conftest; exit) 2>/dev/null