add -DBOOST_SYSTEM_NO_DEPRECATED when building anything using boost to avoid linkage issues with boost 1.50 and above

git-svn-id: svn://localhost/ardour2/branches/2.0-ongoing@13590 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-12-02 19:49:01 +00:00
parent 046a5d745a
commit 54c09b137a
6 changed files with 13 additions and 6 deletions

View file

@ -59,6 +59,7 @@ if conf.CheckCHeader('execinfo.h'):
pbd = conf.Finish()
pbd.Merge ([ libraries['sigc2'],
libraries['boost'],
libraries['xml'],
libraries['glibmm2'],
libraries['glib2'] ])