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@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})
