mirror of
https://github.com/mapnik/mapnik.git
synced 2025-12-08 20:13:09 +00:00
fix #2743 [skip ci]
This commit is contained in:
parent
c2e2c96dde
commit
493e1d8362
@ -132,7 +132,8 @@ else: # unix, non-macos
|
||||
else:
|
||||
mapnik_lib_link_flag += ' -Wl,-h,%s' % mapnik_libname
|
||||
else: # Linux and others
|
||||
lib_env['LIBS'].append('dl')
|
||||
if env['PLATFORM'] != 'FreeBSD':
|
||||
lib_env['LIBS'].append('dl')
|
||||
mapnik_lib_link_flag += ' -Wl,-rpath-link,.'
|
||||
if env['ENABLE_SONAME']:
|
||||
mapnik_lib_link_flag += ' -Wl,-soname,%s' % mapnik_libname
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user