aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--debian/patches/include-gulrak.patch15
-rw-r--r--debian/patches/series1
2 files changed, 16 insertions, 0 deletions
diff --git a/debian/patches/include-gulrak.patch b/debian/patches/include-gulrak.patch
new file mode 100644
index 0000000..0cc90b4
--- /dev/null
+++ b/debian/patches/include-gulrak.patch
@@ -0,0 +1,15 @@
+Description: Use our vendored gulrak
+Author: Unit 193 <unit193@debian.org>
+Forwarded: not-needed
+
+--- barrier-2.4.0+dfsg.orig/CMakeLists.txt
++++ barrier-2.4.0+dfsg/CMakeLists.txt
+@@ -302,7 +302,7 @@ elseif (${CMAKE_SYSTEM_NAME} MATCHES "Wi
+ )
+ endif()
+
+-include_directories("${CMAKE_SOURCE_DIR}/ext/gulrak-filesystem/include")
++include_directories("${CMAKE_SOURCE_DIR}/gulrak-filesystem/include")
+
+ #
+ # OpenSSL
diff --git a/debian/patches/series b/debian/patches/series
new file mode 100644
index 0000000..7fe0afe
--- /dev/null
+++ b/debian/patches/series
@@ -0,0 +1 @@
+include-gulrak.patch