summaryrefslogtreecommitdiff
path: root/bareos/nullify-os-specifics.patch
diff options
context:
space:
mode:
authorErich Eckner <git@eckner.net>2020-02-03 11:58:47 +0100
committerErich Eckner <git@eckner.net>2020-02-03 11:58:47 +0100
commit95725d696501c3812ba6b0c5418ad73c084fa9b3 (patch)
tree1600e49a58aecb758b5eff6857727f733535cf69 /bareos/nullify-os-specifics.patch
parent520a45b7c7da61deec403d10fcb60d7d33a2ad17 (diff)
downloadarchlinuxewe-95725d696501c3812ba6b0c5418ad73c084fa9b3.tar.xz
bareos: 18.2.7-1 -> 19.2.4-1
Diffstat (limited to 'bareos/nullify-os-specifics.patch')
-rw-r--r--bareos/nullify-os-specifics.patch20
1 files changed, 10 insertions, 10 deletions
diff --git a/bareos/nullify-os-specifics.patch b/bareos/nullify-os-specifics.patch
index 9f3b79eca..707a01c46 100644
--- a/bareos/nullify-os-specifics.patch
+++ b/bareos/nullify-os-specifics.patch
@@ -1,11 +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()
+--- a/core/platforms/CMakeLists.txt 2020-02-03 11:13:07.249578448 +0100
++++ b/core/platforms/CMakeLists.txt 2020-02-03 11:13:07.249578448 +0100
+@@ -31,8 +31,6 @@
+ add_subdirectory(univention)
+ elseif(${DISTNAME} STREQUAL hpux)
+ message(STATUS "DISTNAME: " ${DISTNAME})
+- else()
+- add_subdirectory(${DISTNAME})
+ endif()
- if (${systemd})
+ if(${systemd})