Quick fix for Issue 2820 - build works on my system with or without this patch, but it doesn't hurt.

Thanks Karloathian for the solution!


git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@6295 8ced0084-cf51-0410-be5f-012b33b47a6e
This commit is contained in:
bztdlinux 2010-10-20 20:56:09 +00:00
parent cb453a0fb3
commit 0b7e90f0de

View File

@ -192,7 +192,7 @@ else:
if sys.platform == 'linux2': if sys.platform == 'linux2':
env['CPPDEFINES'] += [('_FILE_OFFSET_BITS', 64), '_LARGEFILE_SOURCE'] env['CPPDEFINES'] += [('_FILE_OFFSET_BITS', 64), '_LARGEFILE_SOURCE']
env['CXXFLAGS'] += ['-Wno-deprecated'] # XXX <hash_map> env['CXXFLAGS'] += ['-Wno-deprecated'] # XXX <hash_map>
env['LINKFLAGS'] += ['-pthread'] env['LINKFLAGS'] += ['-pthread', '-ldl']
env['RPATH'] = [] env['RPATH'] = []
conf = env.Configure(config_h = "#config.h", custom_tests = { conf = env.Configure(config_h = "#config.h", custom_tests = {