[pdal] 01/02: Set CMAKE_INSTALL_LIBDIR in configure options to fix build on Ubuntu.

Bas Couwenberg sebastic at debian.org
Tue Jul 5 12:47:06 UTC 2016


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

sebastic pushed a commit to branch master
in repository pdal.

commit 13b7c36a01e3fcef1ac44052fd6ed3eccf6f267d
Author: Bas Couwenberg <sebastic at xs4all.nl>
Date:   Tue Jul 5 13:45:48 2016 +0200

    Set CMAKE_INSTALL_LIBDIR in configure options to fix build on Ubuntu.
---
 debian/changelog | 6 ++++++
 debian/rules     | 1 +
 2 files changed, 7 insertions(+)

diff --git a/debian/changelog b/debian/changelog
index fb103a7..5bcdeee 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+pdal (1.2.0-4) UNRELEASED; urgency=medium
+
+  * Set CMAKE_INSTALL_LIBDIR in configure options to fix build on Ubuntu.
+
+ -- Bas Couwenberg <sebastic at debian.org>  Tue, 05 Jul 2016 13:45:16 +0200
+
 pdal (1.2.0-3) unstable; urgency=medium
 
   * Add patch to fix build failure on GNU/Hurd.
diff --git a/debian/rules b/debian/rules
index 80c18cf..4a85120 100755
--- a/debian/rules
+++ b/debian/rules
@@ -36,6 +36,7 @@ override_dh_auto_configure:
 	cp /usr/share/misc/config.sub   `ls -d vendor/gtest-*`/build-aux/config.sub
 
 	dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo \
+	                     -DCMAKE_INSTALL_LIBDIR=lib \
 	                     -DBUILD_PLUGIN_GREYHOUND=ON \
 	                     -DBUILD_PLUGIN_ICEBRIDGE=ON \
 	                     -DBUILD_PLUGIN_PYTHON=ON \

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



More information about the Pkg-grass-devel mailing list