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 <[email protected]> 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 _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

