This is an automated email from the git hooks/post-receive script. sebastic pushed a commit to branch experimental in repository osgearth.
commit 1cb6552c669e3687b45c7cc24a74e962fd1d2145 Author: Bas Couwenberg <[email protected]> Date: Thu Jan 18 15:32:49 2018 +0100 Disable FastDXT driver, fails to build on most architectures. See: https://github.com/gwaldron/osgearth/issues/1034 --- debian/changelog | 2 ++ debian/rules | 1 + 2 files changed, 3 insertions(+) diff --git a/debian/changelog b/debian/changelog index 95c9089..9735d15 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,6 +1,8 @@ osgearth (2.9~rc1+dfsg-1~exp2) UNRELEASED; urgency=medium * Update copyright-format URL to use HTTPS. + * Disable FastDXT driver, fails to build on most architectures. + See: https://github.com/gwaldron/osgearth/issues/1034 -- Bas Couwenberg <[email protected]> Thu, 18 Jan 2018 14:27:48 +0100 diff --git a/debian/rules b/debian/rules index ea117e9..f2170de 100755 --- a/debian/rules +++ b/debian/rules @@ -40,6 +40,7 @@ override_dh_auto_configure: -DDEB_HOST_MULTIARCH=$(DEB_HOST_MULTIARCH) \ -DLIB_POSTFIX="" \ -DOSG_DIR=/usr \ + -DOSGEARTH_ENABLE_FASTDXT=0 \ -DOSGEARTH_QT_BUILD=1 override_dh_auto_build: -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osgearth.git _______________________________________________ Pkg-grass-devel mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-grass-devel

