summaryrefslogtreecommitdiffstats
path: root/main/pcre/uclibc-strtoq.patch
diff options
context:
space:
mode:
Diffstat (limited to 'main/pcre/uclibc-strtoq.patch')
-rw-r--r--main/pcre/uclibc-strtoq.patch18
1 files changed, 0 insertions, 18 deletions
diff --git a/main/pcre/uclibc-strtoq.patch b/main/pcre/uclibc-strtoq.patch
deleted file mode 100644
index b1de742e3..000000000
--- a/main/pcre/uclibc-strtoq.patch
+++ /dev/null
@@ -1,18 +0,0 @@
---- ./configure.ac.orig
-+++ ./configure.ac
-@@ -361,13 +361,13 @@
- else
- include=stdlib.h
- fi
-- AC_COMPILE_IFELSE(AC_LANG_PROGRAM([#include <$include>],
-+ AC_LINK_IFELSE(AC_LANG_PROGRAM([#include <$include>],
- [char* e; return $fn("100", &e, 10)]),
- [AC_MSG_RESULT(yes)
- AC_DEFINE_UNQUOTED(HAVE_`echo $fn | tr abcdefghijklmnopqrstuvwxyz ABCDEFGHIJKLMNOPQRSTUVWXYZ`, 1,
- [Define to 1 if you have `$fn'.])
- have_strto_fn=1
-- break],
-+ ],
- [AC_MSG_RESULT(no)])
- done
-