Skip to content
Snippets Groups Projects
Commit 551d8981 authored by Tristan Matthews's avatar Tristan Matthews
Browse files

contrib: fix boost-header rules

Change-Id: Ie3d03f816bea74fea76051b90a07e0f36f144db6
parent 246e3032
No related branches found
No related tags found
No related merge requests found
...@@ -8,7 +8,10 @@ $(TARBALLS)/boost-headers.tar.gz: ...@@ -8,7 +8,10 @@ $(TARBALLS)/boost-headers.tar.gz:
boost-headers: boost-headers.tar.gz .sum-boost-headers boost-headers: boost-headers.tar.gz .sum-boost-headers
$(UNPACK) $(UNPACK)
mv boost-headers.git boost mv boost-headers.git $@
touch $@
.boost-headers: boost-headers .boost-headers: boost-headers
mkdir -p ../$(HOST)/include
cp -rf $< ../$(HOST)/include/boost
touch $@ touch $@
...@@ -12,7 +12,7 @@ DEPS_yaml-cpp = boost-headers $(DEPS_boost-headers) ...@@ -12,7 +12,7 @@ DEPS_yaml-cpp = boost-headers $(DEPS_boost-headers)
YAML_CPP_CMAKECONF := -DBUILD_STATIC:BOOL=ON \ YAML_CPP_CMAKECONF := -DBUILD_STATIC:BOOL=ON \
-DBUILD_SHARED:BOOL=OFF \ -DBUILD_SHARED:BOOL=OFF \
-DBoost_INCLUDE_DIR=../ \ -DBoost_INCLUDE_DIR=../../$(HOST)/include \
-DBUILD_SHARED_LIBS:BOOL=OFF -DBUILD_SHARED_LIBS:BOOL=OFF
$(TARBALLS)/yaml-cpp-$(YAML_CPP_VERSION).tar.gz: $(TARBALLS)/yaml-cpp-$(YAML_CPP_VERSION).tar.gz:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment