From cac9051eed7aa57f9f3d11f6f17fb4c23fc6dc8c Mon Sep 17 00:00:00 2001 From: Tobias Brunner Date: Fri, 20 Nov 2015 17:51:54 +0100 Subject: testing: Add a patch to tnc-fhh that avoids building the tncsim package This sub-package does not build on Debian jessie. --- testing/scripts/recipes/patches/tnc-fhh-tncsim | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 testing/scripts/recipes/patches/tnc-fhh-tncsim (limited to 'testing/scripts/recipes/patches') diff --git a/testing/scripts/recipes/patches/tnc-fhh-tncsim b/testing/scripts/recipes/patches/tnc-fhh-tncsim new file mode 100644 index 000000000..42c714480 --- /dev/null +++ b/testing/scripts/recipes/patches/tnc-fhh-tncsim @@ -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) -- cgit v1.2.3