summaryrefslogtreecommitdiffstats
path: root/patches/04_add-strtonum-to-conftest.patch
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 /patches/04_add-strtonum-to-conftest.patch
parent9e2ff2bf7c6ceb2aa90d05dc45b3a4354e48707a (diff)
Correct some line numbers in patches.
With BusyBox patch, fuzz is fatal, but offsets are OK.
Diffstat (limited to 'patches/04_add-strtonum-to-conftest.patch')
-rw-r--r--patches/04_add-strtonum-to-conftest.patch4
1 files changed, 2 insertions, 2 deletions
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