aboutsummaryrefslogtreecommitdiffstats
path: root/Makefile.inc
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2014-04-30 00:25:13 +0200
committerAlexander Sulfrian <alexander@sulfrian.net>2014-04-30 00:27:13 +0200
commit504573a2d336495a9e754d2ee96ba95de450fd6c (patch)
treeb298798c9bbdc301afd42d9cf048376573b9c8d9 /Makefile.inc
parentac164afa0954e28b521dc6b19d2ccf0320cc8ed1 (diff)
downloadusdx-504573a2d336495a9e754d2ee96ba95de450fd6c.tar.gz
usdx-504573a2d336495a9e754d2ee96ba95de450fd6c.tar.xz
usdx-504573a2d336495a9e754d2ee96ba95de450fd6c.zip
fix problems with gcc >= 4.7
Diffstat (limited to 'Makefile.inc')
-rw-r--r--Makefile.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.inc b/Makefile.inc
index 661da8b8..6d4fb05a 100644
--- a/Makefile.inc
+++ b/Makefile.inc
@@ -20,7 +20,7 @@ FTGL_CFLAGS:=$(shell $(PKG_CONFIG) ftgl --cflags)
# LDFLAGS
SQLITE_LDFLAGS:=-lsqlite3
LOG4CPP_LDFLAGS:=$(shell $(LOG4CPP_CONFIG) --libs)
-BOOST_LDFLAGS:=-lboost_program_options-mt -lboost_filesystem-mt -lboost_thread-mt
+BOOST_LDFLAGS:=-lboost_program_options-mt -lboost_filesystem-mt -lboost_thread-mt -lboost_system-mt
SDL_LDFLAGS:=-lSDL -lSDL_image -lSDL_gfx
GL_LDFLAGS:=-lGL
FTGL_LDFLAGS:=$(shell $(PKG_CONFIG) ftgl --libs)