[osm2pgsql] 01/02: Also use --without-lockfree configure option on sparc & alpha.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Sat Mar 7 16:11:50 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to branch master
in repository osm2pgsql.

commit a62ee230e40b820ef7daf769fa6d3e946b0f58a0
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Sat Mar 7 17:01:43 2015 +0100

    Also use --without-lockfree configure option on sparc & alpha.
---
 debian/changelog | 6 ++++++
 debian/rules     | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 64ceeaf..2164381 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+osm2pgsql (0.87.2-1~exp3) UNRELEASED; urgency=medium
+
+  * Also use --without-lockfree configure option on sparc & alpha.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Sat, 07 Mar 2015 17:01:16 +0100
+
 osm2pgsql (0.87.2-1~exp2) experimental; urgency=medium
 
   * Use --without-lockfree configure option only on architectures where the
diff --git a/debian/rules b/debian/rules
index a8ca692..a3d5f48 100755
--- a/debian/rules
+++ b/debian/rules
@@ -12,7 +12,7 @@ export VERBOSE=1
 CFLAGS += $(CPPFLAGS)
 CXXFLAGS += $(CPPFLAGS)
 
-ifneq (,$(findstring $(DEB_HOST_ARCH),"arm64 armel mips mipsel powerpc ppc64el s390x hppa ppc64"))
+ifneq (,$(findstring $(DEB_HOST_ARCH),"arm64 armel mips mipsel powerpc ppc64el s390x sparc alpha hppa ppc64"))
         CONFIGURE_OPTS += --without-lockfree
 endif
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osm2pgsql.git



More information about the Pkg-grass-devel mailing list