[Tile-serving] [mod_tile] error build on debian with mapnik2 (#100)

progserega notifications at github.com
Thu Apr 16 06:00:14 UTC 2015


Patch:
```
diff -ruN mod_tile.orig/debian/control mod_tile/debian/control
--- mod_tile.orig/debian/control        2015-04-16 15:49:07.000000000 +1000
+++ mod_tile/debian/control     2015-04-16 15:49:31.000000000 +1000
@@ -2,7 +2,7 @@
 Section: utils
 Priority: optional
 Maintainer: Frederik Ramm <frederik at remote.org>
-Build-Depends: debhelper (>= 7), apache2-dev (>= 2.4.0), libmapnik-dev | libmapnik2-dev, autoconf, automake, m4, libtool
+Build-Depends: debhelper (>= 7), apache2-prefork-dev | apache2-threaded-dev, libmapnik-dev | libmapnik2-dev, autoconf, automake, m4, libtool
 Standards-Version: 3.9.3
 
 Package: libapache2-mod-tile
diff -ruN mod_tile.orig/m4/ax_lib_mapnik.m4 mod_tile/m4/ax_lib_mapnik.m4
--- mod_tile.orig/m4/ax_lib_mapnik.m4   2015-04-16 15:49:07.000000000 +1000
+++ mod_tile/m4/ax_lib_mapnik.m4        2015-04-16 15:50:10.000000000 +1000
@@ -90,8 +90,9 @@
                 MAPNIK_INCLUDES="`$MAPNIK_CONFIG --includes`"
                 if test $? -ne 0; then
                     MAPNIK_INCLUDES=""
-                fi
+                else
                     MAPNIK_INCLUDES="$MAPNIK_INCLUDES `$MAPNIK_CONFIG --dep-includes`"
+                               fi
                    MAPNIK_LDFLAGS="`$MAPNIK_CONFIG --libs`"
 
                    MAPNIK_VERSION=`$MAPNIK_CONFIG --version`

```

---
Reply to this email directly or view it on GitHub:
https://github.com/openstreetmap/mod_tile/issues/100#issuecomment-93650975
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.openstreetmap.org/pipermail/tile-serving/attachments/20150415/479c7721/attachment.html>


More information about the Tile-serving mailing list