From 0783e3addcd290d9365d2912d86f8a91b46deb2e Mon Sep 17 00:00:00 2001 From: P. J. McDermott Date: Fri, 21 Jun 2013 10:45:04 -0400 Subject: Correct some line numbers in patches. With BusyBox patch, fuzz is fatal, but offsets are OK. --- diff --git a/patches/03_accept-any-awk.patch b/patches/03_accept-any-awk.patch index 3b96b5c..f9633aa 100644 --- a/patches/03_accept-any-awk.patch +++ b/patches/03_accept-any-awk.patch @@ -41,7 +41,7 @@ diff -Naur src.orig/libc/configure src/libc/configure diff -Naur src.orig/libc/configure.in src/libc/configure.in --- src.orig/libc/configure.in 2012-12-02 16:11:45.000000000 -0500 +++ src/libc/configure.in 2013-06-20 21:00:07.913300996 -0400 -@@ -982,9 +982,10 @@ +@@ -972,9 +972,10 @@ [GNU sed[^0-9]* \([0-9]*\.[0-9.]*\)], [3.0[2-9]*|3.[1-9]*|[4-9]*], SED=: aux_missing="$aux_missing sed") diff --git a/patches/04_add-strtonum-to-conftest.patch b/patches/04_add-strtonum-to-conftest.patch index fcdcd58..675d7bb 100644 --- a/patches/04_add-strtonum-to-conftest.patch +++ b/patches/04_add-strtonum-to-conftest.patch @@ -10,7 +10,7 @@ Description: Add strtonum() to generated conftest.awk diff -Naur src.orig/libc/configure src/libc/configure --- src.orig/libc/configure 2012-12-02 16:11:45.000000000 -0500 +++ src/libc/configure 2013-06-20 20:13:34.122952650 -0400 -@@ -6373,14 +6373,52 @@ +@@ -6383,14 +6383,52 @@ _ACEOF cat > conftest.awk <<\EOF @@ -69,7 +69,7 @@ diff -Naur src.orig/libc/configure src/libc/configure diff -Naur src.orig/libc/configure.in src/libc/configure.in --- src.orig/libc/configure.in 2012-12-02 16:11:45.000000000 -0500 +++ src/libc/configure.in 2013-06-20 20:13:42.351194464 -0400 -@@ -1474,14 +1474,52 @@ +@@ -1475,14 +1475,52 @@ int data[0x10000] = { 1, }; ]])]) cat > conftest.awk <<\EOF -- cgit v0.9.1