summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorP. J. McDermott <pjm@nac.net>2013-06-21 10:45:04 (EDT)
committer P. J. McDermott <pjm@nac.net>2013-06-21 10:45:04 (EDT)
commit0783e3addcd290d9365d2912d86f8a91b46deb2e (patch)
treef9a383e847b04590871983690e20f183aa733805
parent9e2ff2bf7c6ceb2aa90d05dc45b3a4354e48707a (diff)
Correct some line numbers in patches.
With BusyBox patch, fuzz is fatal, but offsets are OK.
-rw-r--r--patches/03_accept-any-awk.patch2
-rw-r--r--patches/04_add-strtonum-to-conftest.patch4
2 files changed, 3 insertions, 3 deletions
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