summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch
diff options
context:
space:
mode:
authorKhem Raj <raj.khem@gmail.com>2017-04-23 22:20:58 -0700
committerJoe MacDonald <joe_macdonald@mentor.com>2017-04-25 16:10:55 -0400
commitd16352e9b4a916fa520896e9df96819f1388aef3 (patch)
tree0d9be307c5c50e286be4aa539a962e567f0e25c7 /meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch
parent8ef5e3ffc3810d59c782e951e9d3705ced6ed890 (diff)
downloadmeta-openembedded-d16352e9b4a916fa520896e9df96819f1388aef3.tar.gz
samba: Upgrade to 4.6.2
Signed-off-by: Khem Raj <raj.khem@gmail.com> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com> Signed-off-by: Joe MacDonald <joe_macdonald@mentor.com>
Diffstat (limited to 'meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch')
-rw-r--r--meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch30
1 files changed, 0 insertions, 30 deletions
diff --git a/meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch b/meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch
deleted file mode 100644
index 0ddc9410cd..0000000000
--- a/meta-networking/recipes-connectivity/samba/samba-4.4.5/10-use-only-libsystemd.patch
+++ /dev/null
@@ -1,30 +0,0 @@
1diff -ur samba-4.4.2/lib/util/debug.c samba-4.4.2/lib/util/debug.c
2--- samba-4.4.2/lib/util/debug.c 2016-05-08 18:33:24.000000000 +0200
3+++ samba-4.4.2/lib/util/debug.c 2016-05-08 18:27:09.341481492 +0200
4@@ -102,7 +102,7 @@
5 .fd = 2 /* stderr by default */
6 };
7
8-#if defined(WITH_SYSLOG) || defined(HAVE_LIBSYSTEMD_JOURNAL)
9+#if defined(WITH_SYSLOG) || defined(HAVE_LIBSYSTEMD)
10 static int debug_level_to_priority(int level)
11 {
12 /*
13@@ -179,7 +179,7 @@
14 }
15 #endif /* WITH_SYSLOG */
16
17-#ifdef HAVE_LIBSYSTEMD_JOURNAL
18+#ifdef HAVE_LIBSYSTEMD
19 #include <systemd/sd-journal.h>
20 static void debug_systemd_log(int msg_level,
21 const char *msg, const char *msg_no_nl)
22@@ -251,7 +251,7 @@
23 },
24 #endif
25
26-#ifdef HAVE_LIBSYSTEMD_JOURNAL
27+#ifdef HAVE_LIBSYSTEMD
28 {
29 .name = "systemd",
30 .log = debug_systemd_log,