summaryrefslogtreecommitdiff
path: root/recipes-support/thrift/files/0001-remove-malloc-realloc-from-configure.ac.patch
blob: 2ae2c4ee3f355ed270b3fc584e5e0063a106485b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
diff -rupN thrift-0.9.2.org/configure.ac thrift-0.9.2/configure.ac
--- thrift-0.9.2.org/configure.ac	2014-11-05 03:11:53.000000000 +0100
+++ thrift-0.9.2/configure.ac	2014-11-18 17:08:33.519372284 +0100
@@ -521,9 +521,7 @@ AC_CHECK_DECL([AI_ADDRCONFIG], [],
 
 AC_FUNC_ALLOCA
 AC_FUNC_FORK
-AC_FUNC_MALLOC
 AC_FUNC_MEMCMP
-AC_FUNC_REALLOC
 AC_FUNC_SELECT_ARGTYPES
 AC_FUNC_STAT
 AC_FUNC_STRERROR_R