From 94766d4bba7b38ba81684cb77afde12eb887e747 Mon Sep 17 00:00:00 2001 From: aschwinn <al.schwinn@gsi.de> Date: Thu, 4 May 2017 14:18:11 +0200 Subject: [PATCH] jenkins: allow to overwrite SNAP7_BASE --- silecs-communication-cpp/Makefile.dep | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/silecs-communication-cpp/Makefile.dep b/silecs-communication-cpp/Makefile.dep index 1cf1159..a0318fd 100644 --- a/silecs-communication-cpp/Makefile.dep +++ b/silecs-communication-cpp/Makefile.dep @@ -1,7 +1,7 @@ BOOST_VERSION ?= 1.54.0 -LIBXML_PATH = /usr/include/libxml2/ -SNAP7_BASE = ../snap7/snap7-full +LIBXML_PATH ?= /usr/include/libxml2/ +SNAP7_BASE ?= ../snap7/snap7-full BOOST_HOME ?= /opt/gsi/3rdparty/boost/$(BOOST_VERSION) DEPENDENT_COMPILER_OPTIONS += -I$(LIBXML_PATH) -- GitLab