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:
@@ -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 $@
|
||||
|
||||
|
||||
@@ -0,0 +1,12 @@
|
||||
diff --git a/CMakeLists.txt b/CMakeLists.txt
|
||||
index fe65134512ea..3c5255f21ea6 100644
|
||||
--- a/CMakeLists.txt
|
||||
+++ b/CMakeLists.txt
|
||||
@@ -101,7 +101,6 @@ IF(${COMPONENT} STREQUAL "ALL")
|
||||
add_subdirectory(tncxacml)
|
||||
add_subdirectory(imcv)
|
||||
add_subdirectory(tncs)
|
||||
- add_subdirectory(tncsim)
|
||||
|
||||
IF(${NAL} STREQUAL "8021X" OR ${NAL} STREQUAL "ALL")
|
||||
add_subdirectory(naaeap)
|
||||
Reference in New Issue
Block a user