[SCM] liblas branch, master, updated. upstream/1.7.0+dfsg-29-g3f8b88e
Francesco Paolo Lovergine
frankie at debian.org
Sun Jan 5 16:02:21 UTC 2014
The following commit has been merged in the master branch:
commit 9090de9ac2877548da8338b8bab0c1d5c406a475
Author: Francesco Paolo Lovergine <frankie at debian.org>
Date: Sun Jan 5 17:00:00 2014 +0100
Fixed boost component missing linking.
diff --git a/debian/patches/boost b/debian/patches/boost
new file mode 100644
index 0000000..c044ba8
--- /dev/null
+++ b/debian/patches/boost
@@ -0,0 +1,17 @@
+Description: Missing BOOST component added, to avoid failure on some archs
+Bug-Debian: http://bugs.debian.org/733282
+Forwarded: Howard Butler
+Author: Aurelien Jarno <aurel32 at debian.org>
+Index: liblas/CMakeLists.txt
+===================================================================
+--- liblas.orig/CMakeLists.txt 2013-12-05 21:47:51.898232380 +0100
++++ liblas/CMakeLists.txt 2014-01-05 16:48:06.116150502 +0100
+@@ -181,7 +181,7 @@
+ endif(WIN32)
+
+ # NOTE: Add iostreams to COMPONENTS list to enable bigfile_boost_iostreams_test
+-find_package(Boost 1.38 COMPONENTS program_options thread REQUIRED)
++find_package(Boost 1.38 COMPONENTS program_options thread system REQUIRED)
+
+ if(Boost_FOUND AND Boost_PROGRAM_OPTIONS_FOUND)
+ include_directories(${Boost_INCLUDE_DIRS})
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..d579dbe
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+boost
--
ASPRS LiDAR data translation library
More information about the Pkg-grass-devel
mailing list