[postgis] 06/06: Fix LD_PRELOAD for renamed liblwgeom.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Thu Oct 8 15:24:39 UTC 2015


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

sebastic pushed a commit to branch experimental
in repository postgis.

commit 67fa192e58ea2562761b025f12052b7415d06557
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Thu Oct 8 17:23:37 2015 +0200

    Fix LD_PRELOAD for renamed liblwgeom.
---
 debian/rules | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/debian/rules b/debian/rules
index a6736bb..913d14d 100755
--- a/debian/rules
+++ b/debian/rules
@@ -190,7 +190,7 @@ build-indep-stamp: configuration-stamp
 check: build-arch-stamp
 #   Run unit tests (against the newest Postgres version only, for
 #   now).
-	echo "LD_PRELOAD = '$(CURDIR)/liblwgeom/.libs/liblwgeom.so.$(MAJOR_VERSION)'" \
+	echo "LD_PRELOAD = '$(CURDIR)/liblwgeom/.libs/liblwgeom-$(MAJOR_VERSION).$(MINOR_VERSION).so.$(MAJOR_VERSION)'" \
 		> $(CURDIR)/postgis-check-env.tmp
 	(set -e; \
 		test -z '$(CHECK)' || \

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



More information about the Pkg-grass-devel mailing list