mapnik-config: start reporting dependency link flags again as they are needed to link command line apps (though not for bundles)

This commit is contained in:
Dane Springmeyer 2013-04-10 17:05:33 -07:00
parent bfaee4afae
commit c55002e9b7

View file

@ -112,9 +112,9 @@ configuration = {
## if we are statically linking depedencies
## then they do not need to be reported in ldflags
if env['RUNTIME_LINK'] == 'static':
configuration['ldflags'] = ''
configuration['dep_libs'] = ''
#if env['RUNTIME_LINK'] == 'static':
# configuration['ldflags'] = ''
# configuration['dep_libs'] = ''
template = 'mapnik-config.template.sh'
config_file = 'mapnik-config'