[DebianGIS-dev] r2882 - packages/postgis/trunk/debian

frankie at alioth.debian.org frankie at alioth.debian.org
Sat May 22 16:57:27 UTC 2010


Author: frankie
Date: 2010-05-22 16:57:25 +0000 (Sat, 22 May 2010)
New Revision: 2882

Modified:
   packages/postgis/trunk/debian/changelog
   packages/postgis/trunk/debian/rules
Log:
1.5.1-3


Modified: packages/postgis/trunk/debian/changelog
===================================================================
--- packages/postgis/trunk/debian/changelog	2010-05-18 09:40:35 UTC (rev 2881)
+++ packages/postgis/trunk/debian/changelog	2010-05-22 16:57:25 UTC (rev 2882)
@@ -1,3 +1,9 @@
+postgis (1.5.1-3) unstable; urgency=medium
+
+  * Removed custom CFLAGS which probably caused FTBS on mips/mipsel archs.
+
+ -- Francesco Paolo Lovergine <frankie at debian.org>  Sat, 22 May 2010 11:20:44 +0200
+
 postgis (1.5.1-2) unstable; urgency=low
 
   * Added generator.dpatch to avoid a buffer overflow on alpha due to 

Modified: packages/postgis/trunk/debian/rules
===================================================================
--- packages/postgis/trunk/debian/rules	2010-05-18 09:40:35 UTC (rev 2881)
+++ packages/postgis/trunk/debian/rules	2010-05-22 16:57:25 UTC (rev 2882)
@@ -64,7 +64,8 @@
 	dh_testroot
 	dh_prep -i 
 	dh_installdirs -i
-	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure \
+#	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure 
+	./configure \
 		--docdir=\$${prefix}/share/doc/postgis \
 		--mandir=\$${prefix}/share/man \
 		--infodir=\$${prefix}/share/info
@@ -85,7 +86,8 @@
 	[ ! -f doc/html/postgis.html.prev ] && cp doc/html/postgis.html doc/html/postgis.html.prev || true
 	
 	# PostGIS for PostgreSQL 8.4
-	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure \
+#	CFLAGS="$(CFLAGS) -Wl,-z,defs" ./configure 
+	./configure \
 		--host=$(DEB_HOST_GNU_TYPE) \
 		--build=$(DEB_BUILD_GNU_TYPE) \
 		--prefix=/usr \




More information about the Pkg-grass-devel mailing list