From 28826a491cbe74651c8da237ea1883ff835912ae Mon Sep 17 00:00:00 2001 From: Jason Molenda Date: Thu, 8 Nov 2012 23:50:33 +0000 Subject: Patch from Dan Malea daniel.malea@gmail.com to add some required flags to the Linux makefiles to get the tests to run. llvm-svn: 167600 --- lldb/test/python_api/module_section/Makefile | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lldb/test/python_api/module_section') diff --git a/lldb/test/python_api/module_section/Makefile b/lldb/test/python_api/module_section/Makefile index 5738d5684da..2e9a4de9de9 100644 --- a/lldb/test/python_api/module_section/Makefile +++ b/lldb/test/python_api/module_section/Makefile @@ -1,5 +1,7 @@ LEVEL = ../../make +CFLAGS_EXTRAS := -D__STDC_LIMIT_MACROS +LDFLAGS := -lpthread CXX_SOURCES := main.cpp b.cpp c.cpp MAKE_DSYM :=NO -- cgit v1.2.3