fix linking of postgis to boost_regex (when boost regex is statically linked to icu libs)
This commit is contained in:
parent
4f3e6f4846
commit
2a153c0d1f
1 changed files with 2 additions and 0 deletions
|
@ -54,7 +54,9 @@ if env['PLUGIN_LINKING'] == 'shared':
|
|||
libraries.append('boost_system%s' % env['BOOST_APPEND'])
|
||||
libraries.append('boost_regex%s' % env['BOOST_APPEND'])
|
||||
libraries.insert(0,env['MAPNIK_NAME'])
|
||||
libraries.append('icui18n')
|
||||
libraries.append(env['ICU_LIB_NAME'])
|
||||
libraries.append('icudata')
|
||||
|
||||
TARGET = plugin_env.SharedLibrary('../%s' % PLUGIN_NAME,
|
||||
SHLIBPREFIX='',
|
||||
|
|
Loading…
Reference in a new issue