[SCM] mapnik branch, master, updated. debian/2.0.0+ds1-3-82-gd9464ef

Jérémy Lal kapouer at melix.org
Fri Aug 30 11:05:06 UTC 2013


The following commit has been merged in the master branch:
commit 45928c6cd61b092a61cdca73bdb37758354a6886
Author: Jérémy Lal <kapouer at melix.org>
Date:   Thu Aug 29 17:58:07 2013 +0200

    Patch to link mapnik against dl

diff --git a/debian/patches/1001_ldl.patch b/debian/patches/1001_ldl.patch
new file mode 100644
index 0000000..9add136
--- /dev/null
+++ b/debian/patches/1001_ldl.patch
@@ -0,0 +1,15 @@
+Description: link mapnik against dl
+Author: Jérémy Lal <kapouer at melix.org>
+Forwarded: not yet
+Last-Update: 2013-08-29
+--- a/src/build.py
++++ b/src/build.py
+@@ -57,7 +57,7 @@
+ system = 'boost_system%s' % env['BOOST_APPEND']
+ 
+ # clear out and re-set libs for this env
+-lib_env['LIBS'] = ['freetype','z',env['ICU_LIB_NAME'],filesystem,system,regex]
++lib_env['LIBS'] = ['freetype','z',env['ICU_LIB_NAME'],filesystem,system,regex,'dl']
+ 
+ if env['PROJ']:
+    lib_env['LIBS'].append('proj')

-- 
C++/Python toolkit for developing GIS applications



More information about the Pkg-grass-devel mailing list