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
@@ -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)