The following commit has been merged in the master branch:
commit 45928c6cd61b092a61cdca73bdb37758354a6886
Author: Jérémy Lal <[email protected]>
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 <[email protected]>
+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
_______________________________________________
Pkg-grass-devel mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel