Skip to content
Snippets Groups Projects
Commit c24c0e09 authored by Guillaume Roguez's avatar Guillaume Roguez
Browse files

contrib: force boost to be build

This patch remove the forcing on GNU/Linux platforms
to use the system provided boost.
This causes the boost deps to always be compiled.
This solves many issues with badly installed systems.

Change-Id: Ia6725882b09e9d19837da382c9c3afb88e735096
parent 8619027f
No related branches found
No related tags found
No related merge requests found
......@@ -3,11 +3,6 @@ BOOST_VERSION := 1_61_0
BOOST_URL := https://downloads.sourceforge.net/project/boost/boost/1.61.0/boost_$(BOOST_VERSION).tar.bz2
PKGS += boost
ifdef HAVE_LINUX
ifndef HAVE_ANDROID
PKGS_FOUND += boost
endif
endif
BOOST_B2_OPTS := variant=release \
link=static \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment