From 0b7e90f0de6a3ff001cfd6a0b34164f8a072d03b Mon Sep 17 00:00:00 2001 From: bztdlinux Date: Wed, 20 Oct 2010 20:56:09 +0000 Subject: [PATCH] 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 --- SConstruct | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SConstruct b/SConstruct index b6703157ba..ce5ae5167b 100644 --- a/SConstruct +++ b/SConstruct @@ -192,7 +192,7 @@ else: if sys.platform == 'linux2': env['CPPDEFINES'] += [('_FILE_OFFSET_BITS', 64), '_LARGEFILE_SOURCE'] env['CXXFLAGS'] += ['-Wno-deprecated'] # XXX - env['LINKFLAGS'] += ['-pthread'] + env['LINKFLAGS'] += ['-pthread', '-ldl'] env['RPATH'] = [] conf = env.Configure(config_h = "#config.h", custom_tests = {