[SCM] mapserver branch, wheezy, updated. upstream/6.0.1-35-g02769dd

Bas Couwenberg sebastic at xs4all.nl
Tue Jul 23 22:09:52 UTC 2013


The following commit has been merged in the wheezy branch:
commit 41da88726d806600f704fc484f6ebbbfe1375e56
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Jul 23 23:41:19 2013 +0200

    Link executables with -ldl. Thanks Colin Watson for the patch.

diff --git a/debian/changelog b/debian/changelog
index dfb6fbb..4b21a7e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,9 +1,14 @@
 mapserver (6.0.1-4) unstable; urgency=low
 
+  [ Francesco Paolo Lovergine ]
   * Fixed typo that prevented AGG use in debian/rules.
     (closes: #663875)
   * Migrated to debhelper level 9 and policy bumped to 3.9.3. 
 
+  [ Bas Couwenberg ]
+  * Link executables with -ldl. Thanks Colin Watson for the patch.
+    (closes: #709186)
+
  -- Francesco Paolo Lovergine <frankie at debian.org>  Wed, 14 Mar 2012 21:43:53 +0100
 
 mapserver (6.0.1-3.2) unstable; urgency=low
diff --git a/debian/rules b/debian/rules
index f0aeb5b..640079f 100755
--- a/debian/rules
+++ b/debian/rules
@@ -59,7 +59,7 @@ MS_CXXFLAGS=$(MS_CFLAGS)
 
 configure-stamp:
 	dh_testdir
-	./configure $(COMMON_CONFIG) CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)"
+	./configure $(COMMON_CONFIG) CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)" XTRALIBS=-ldl
 
 
 	touch configure-stamp
@@ -67,7 +67,7 @@ configure-stamp:
 configure-php5-stamp: clean-first-build
 	dh_testdir
 	./configure $(COMMON_CONFIG) \
-		--with-php=/usr/include/php5  CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)"
+		--with-php=/usr/include/php5  CFLAGS="$(MS_CFLAGS)" CXXFLAGS="$(MS_CXXFLAGS)" XTRALIBS=-ldl
 
 	touch configure-php5-stamp
 

-- 
Packaging for MapServer



More information about the Pkg-grass-devel mailing list