[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

[SCM] LibreOffice packaging repository branch, master, updated. libreoffice_4.0.3-3-3-gbe45117



The following commit has been merged in the master branch:
commit be4511752020a995967c18550676b366d8c0075a
Author: Rene Engelhard <rene@debian.org>
Date:   Tue May 28 08:55:34 2013 +0200

    build-depend on libboost-system with internal orcus

diff --git a/rules b/rules
index b359487..e483f08 100755
--- a/rules
+++ b/rules
@@ -967,9 +967,15 @@ ifneq (,$(filter boost, $(SYSTEM_STUFF)))
     ifneq "$(BOOST_VERSION)" "default"
 	BUILD_DEPS += , libboost$(BOOST_VERSION)-dev $(BOOST_MINVER), libboost-date-time$(BOOST_VERSION)-dev $(BOOST_MINVER)
 	#BUILD_DEPS += , libboost-thread$(BOOST_VERSION)-dev, libboost-program-options$(BOOST_VERSION)-dev
+      ifeq (,$(filter orcus, $(SYSTEM_STUFF)))
+	BUILD_DEPS += , libboost-system$(BOOST_VERSION)-dev $(BOOST_MINVER)
+      endif
     else
 	BUILD_DEPS += , libboost-dev $(BOOST_MINVER), libboost-date-time-dev $(BOOST_MINVER)
 	#BUILD_DEPS += , libboost-thread-dev, libboost-program-options-dev
+      ifeq (,$(filter orcus, $(SYSTEM_STUFF)))
+	BUILD_DEPS += , libboost-system-dev $(BOOST_MINVER)
+      endif
     endif
   endif
 endif

-- 
LibreOffice packaging repository


Reply to: