From 47e62176143e2b91de71d1249be7e734ac895725 Mon Sep 17 00:00:00 2001 From: Pieter P Date: Sun, 2 Jun 2024 19:56:30 +0200 Subject: Fix typo retrun→return in 0001-fix-configure-for-gcc14.patch MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Pieter Pas --- packages/libelf/0.8.13/0001-fix-configure-for-gcc14.patch | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'packages') 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 -- cgit v1.2.3