summarylogtreecommitdiffstats
path: root/0008-Remove-malloc-realloc-configure-checks-they-re-broke.patch
diff options
context:
space:
mode:
authorNicola Murino2017-01-16 22:55:20 +0100
committerNicola Murino2017-01-16 22:55:20 +0100
commiteaa2439ae3ae4791a93b458ec236fadc12c1124d (patch)
treee2b2e6620f6dfa1364892becc47c8876832d99b9 /0008-Remove-malloc-realloc-configure-checks-they-re-broke.patch
downloadaur-eaa2439ae3ae4791a93b458ec236fadc12c1124d.tar.gz
Initial version
Diffstat (limited to '0008-Remove-malloc-realloc-configure-checks-they-re-broke.patch')
-rw-r--r--0008-Remove-malloc-realloc-configure-checks-they-re-broke.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/0008-Remove-malloc-realloc-configure-checks-they-re-broke.patch b/0008-Remove-malloc-realloc-configure-checks-they-re-broke.patch
new file mode 100644
index 000000000000..adba57b8a12d
--- /dev/null
+++ b/0008-Remove-malloc-realloc-configure-checks-they-re-broke.patch
@@ -0,0 +1,27 @@
+From f4e61c5b501a108384506559a9efd7cd982d863f Mon Sep 17 00:00:00 2001
+From: =?UTF-8?q?Sebastian=20Dr=C3=B6ge?= <sebastian.droege@collabora.co.uk>
+Date: Wed, 22 Aug 2012 16:07:39 +0200
+Subject: [PATCH 08/16] Remove malloc/realloc configure checks, they're broken
+
+---
+ configure.ac | 4 ++--
+ 1 file changed, 2 insertions(+), 2 deletions(-)
+
+diff --git a/configure.ac b/configure.ac
+index e21483a..9550558 100644
+--- a/configure.ac
++++ b/configure.ac
+@@ -139,8 +139,8 @@ AC_MSG_RESULT($lv_have_gnuc_varargs)
+ AC_C_BIGENDIAN(bigendian=yes, bigendian=no, )
+
+ # Checks for library functions.
+-AC_FUNC_MALLOC
+-AC_FUNC_REALLOC
++# AC_FUNC_MALLOC
++# AC_FUNC_REALLOC
+ AC_FUNC_SELECT_ARGTYPES
+ AC_CHECK_FUNCS([gettimeofday usleep nanosleep select memset sqrt strdup strndup sysconf sched_setscheduler])
+
+--
+2.1.4
+