diff -Nru mapserver-6.0.1/debian/changelog mapserver-6.0.1/debian/changelog --- mapserver-6.0.1/debian/changelog 2012-08-29 15:49:17.000000000 +0000 +++ mapserver-6.0.1/debian/changelog 2013-07-10 19:31:38.000000000 +0000 @@ -1,3 +1,9 @@ +mapserver (6.0.1-3.2+rpi1) jessie-staging; urgency=low + + * Add -ldl to CFLAGS to fix link error. + + -- Peter Michael Green Wed, 10 Jul 2013 19:02:30 +0000 + mapserver (6.0.1-3.2) unstable; urgency=low * Non-maintainer upload. diff -Nru mapserver-6.0.1/debian/rules mapserver-6.0.1/debian/rules --- mapserver-6.0.1/debian/rules 2012-08-28 18:29:25.000000000 +0000 +++ mapserver-6.0.1/debian/rules 2013-07-10 19:31:06.000000000 +0000 @@ -54,7 +54,7 @@ rstoptions=--stylesheet=mapscript.css --link-stylesheet -MS_CFLAGS=-g -O2 +MS_CFLAGS=-g -O2 -ldl MS_CXXFLAGS=$(MS_CFLAGS) configure-stamp: @@ -90,8 +90,9 @@ # Build binary lib $(MAKE) mapscriptvars || touch mapscriptvars + echo foo $(MAKE) - + echo bar # Build Perl mapscript cd $(CURDIR)/mapscript/perl && \ perl Makefile.PL INSTALLDIRS=vendor \