mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-22 13:17:17 +01:00
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:
parent
046a5d745a
commit
54c09b137a
6 changed files with 13 additions and 6 deletions
|
|
@ -59,6 +59,7 @@ if conf.CheckCHeader('execinfo.h'):
|
|||
pbd = conf.Finish()
|
||||
|
||||
pbd.Merge ([ libraries['sigc2'],
|
||||
libraries['boost'],
|
||||
libraries['xml'],
|
||||
libraries['glibmm2'],
|
||||
libraries['glib2'] ])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue