[QGIS Commit] r11279 - trunk/qgis/python

svn_qgis at osgeo.org svn_qgis at osgeo.org
Wed Aug 5 17:45:30 EDT 2009


Author: jef
Date: 2009-08-05 17:45:29 -0400 (Wed, 05 Aug 2009)
New Revision: 11279

Modified:
   trunk/qgis/python/configure.py.in
Log:
use linker flags when compiling python bindings (fixes #1518)

Modified: trunk/qgis/python/configure.py.in
===================================================================
--- trunk/qgis/python/configure.py.in	2009-08-05 19:55:30 UTC (rev 11278)
+++ trunk/qgis/python/configure.py.in	2009-08-05 21:45:29 UTC (rev 11279)
@@ -122,6 +122,7 @@
 
 # common settings for both core and gui libs
 for mk in [ makefile_core, makefile_gui ]:
+  mk.extra_lflags.extend( "@CMAKE_MODULE_LINKER_FLAGS@".strip(' ').split(' ') )
   mk.extra_libs = ["qgis_core"]
   mk.extra_lib_dirs = [build_path+"/src/core"+intdir]
   mk.extra_include_dirs = [src_path+"/src/core", src_path+"/src/core/composer", 



More information about the QGIS-commit mailing list