From c55002e9b78c6d24672d4682b4a341d132264373 Mon Sep 17 00:00:00 2001 From: Dane Springmeyer Date: Wed, 10 Apr 2013 17:05:33 -0700 Subject: [PATCH] mapnik-config: start reporting dependency link flags again as they are needed to link command line apps (though not for bundles) --- utils/mapnik-config/build.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/utils/mapnik-config/build.py b/utils/mapnik-config/build.py index 7a4e3c15e..cee0e8eb3 100644 --- a/utils/mapnik-config/build.py +++ b/utils/mapnik-config/build.py @@ -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'