aboutsummaryrefslogtreecommitdiff
path: root/packages
diff options
context:
space:
mode:
Diffstat (limited to 'packages')
-rw-r--r--packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch b/packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch
index c91bbdc0..75bd75c1 100644
--- a/packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch
+++ b/packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch
@@ -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