testing: Add a patch to tnc-fhh that avoids building the tncsim package

This sub-package does not build on Debian jessie.
This commit is contained in:
Tobias Brunner
2016-06-15 16:24:43 +02:00
parent c857621e70
commit cac9051eed
2 changed files with 20 additions and 1 deletions
+8 -1
View File
@@ -9,6 +9,9 @@ CONFIG_OPTS = \
-DCOMPONENT=all \
-DNAL=8021x
PATCHES = \
tnc-fhh-tncsim
all: install
.$(PKG)-cloned:
@@ -16,7 +19,11 @@ all: install
mkdir $(PKG)/build
@touch $@
.$(PKG)-configured: .$(PKG)-cloned
.$(PKG)-patches-applied: .$(PKG)-cloned
cd $(PKG) && cat $(addprefix ../patches/, $(PATCHES)) | patch -p1
@touch $@
.$(PKG)-configured: .$(PKG)-patches-applied
cd $(PKG)/build && cmake $(CONFIG_OPTS) ../
@touch $@