summaryrefslogtreecommitdiffstats
path: root/patches/04_add-strtonum-to-conftest.patch
diff options
context:
space:
mode:
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