From 53ac43c1f511b15bfebf907d00b4983aa82e4c7e Mon Sep 17 00:00:00 2001 From: Erich Eckner Date: Wed, 27 Feb 2019 10:00:40 +0100 Subject: bareos: 17.2.7-2 -> 18.2.6-1 --- bareos/nullify-os-specifics.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 bareos/nullify-os-specifics.patch (limited to 'bareos/nullify-os-specifics.patch') 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}) -- cgit v1.2.3-54-g00ecf