blob: 4831c401f6e856ee37181c29a24d5d9cd9d1cc00 [file] [log] [blame]
Patrick Williamsddad1a12017-02-23 20:36:32 -06001Index: git/wscript
2===================================================================
3--- git.orig/wscript 2016-07-29 13:15:44.954249796 -0500
4+++ git/wscript 2016-07-29 15:52:06.196768865 -0500
5@@ -56,7 +56,7 @@
6 ctx.check_cxx(lib = lib, uselib_store = uselib)
7
8 # Check required functions
9- req_funcs = [('gettimeofday', 'sys/time.h', []) ,('sqrt', 'math.h', ['m']),
10+ req_funcs = [('gettimeofday', 'sys/time.h', []),
11 ('strtol', 'stdlib.h', []), ('strtoul', 'stdlib.h', [])]
12 for func, header, uselib in req_funcs:
13 ctx.check_cxx(function_name = func, header_name = header, uselib = uselib, mandatory = True)
14