From 7fb542259cf26331d7ad74da4bc89f16ad4912b3 Mon Sep 17 00:00:00 2001 From: Gard Spreemann Date: Fri, 15 Jun 2018 13:15:28 +0200 Subject: Begin refreshing patches. --- ...ing-against-libatomic-for-parts-that-use-T.patch | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 debian/patches/0010-Force-linking-against-libatomic-for-parts-that-use-T.patch (limited to 'debian/patches/0010-Force-linking-against-libatomic-for-parts-that-use-T.patch') diff --git a/debian/patches/0010-Force-linking-against-libatomic-for-parts-that-use-T.patch b/debian/patches/0010-Force-linking-against-libatomic-for-parts-that-use-T.patch deleted file mode 100644 index cbf39039..00000000 --- a/debian/patches/0010-Force-linking-against-libatomic-for-parts-that-use-T.patch +++ /dev/null @@ -1,21 +0,0 @@ -From: Gard Spreemann -Date: Tue, 12 Jun 2018 15:20:07 +0200 -Subject: Force linking against libatomic for parts that use TBB. - ---- - cmake/modules/FindTBB.cmake | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/cmake/modules/FindTBB.cmake b/cmake/modules/FindTBB.cmake -index 13f4d92..6baa8d7 100644 ---- a/cmake/modules/FindTBB.cmake -+++ b/cmake/modules/FindTBB.cmake -@@ -375,6 +375,8 @@ if (TBB_INCLUDE_DIR) - endif(NOT TBB_without_pthread) - endif(UNIX AND NOT APPLE) - -+ list(APPEND ALL_TBB_LIBRARIES atomic) -+ - set (TBB_LIBRARIES ${ALL_TBB_LIBRARIES} - CACHE PATH "TBB libraries" FORCE) - -- cgit v1.2.3