summaryrefslogtreecommitdiff
path: root/bareos/nullify-os-specifics.patch
diff options
context:
space:
mode:
Diffstat (limited to 'bareos/nullify-os-specifics.patch')
-rw-r--r--bareos/nullify-os-specifics.patch11
1 files changed, 11 insertions, 0 deletions
diff --git a/bareos/nullify-os-specifics.patch b/bareos/nullify-os-specifics.patch
new file mode 100644
index 000000000..9f3b79eca
--- /dev/null
+++ b/bareos/nullify-os-specifics.patch
@@ -0,0 +1,11 @@
+--- a/core/platforms/CMakeLists.txt 2019-03-06 15:59:09.475369845 +0100
++++ b/core/platforms/CMakeLists.txt 2019-03-06 15:59:09.475369845 +0100
+@@ -27,8 +27,6 @@
+ add_subdirectory(debian)
+ elseif (${DISTNAME} STREQUAL hpux)
+ MESSAGE( STATUS "DISTNAME: " ${DISTNAME} )
+- else()
+- add_subdirectory(${DISTNAME})
+ endif()
+
+ if (${systemd})