From 9a26d3fdc7fca2df6f824b56034ab9a823e898d8 Mon Sep 17 00:00:00 2001 From: davidovski Date: Fri, 15 Jul 2022 00:52:21 +0100 Subject: added python deps for libvirt --- repo/samba/samba-bgqd-include-signal-h.patch | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 repo/samba/samba-bgqd-include-signal-h.patch (limited to 'repo/samba/samba-bgqd-include-signal-h.patch') diff --git a/repo/samba/samba-bgqd-include-signal-h.patch b/repo/samba/samba-bgqd-include-signal-h.patch new file mode 100644 index 0000000..c066223 --- /dev/null +++ b/repo/samba/samba-bgqd-include-signal-h.patch @@ -0,0 +1,13 @@ +SIGTERM and SIGPIPE are used but undefined. +diff --git a/source3/printing/samba-bgqd.c b/source3/printing/samba-bgqd.c +index 8ac6ec5..09a5d12 100644 +--- a/source3/printing/samba-bgqd.c ++++ b/source3/printing/samba-bgqd.c +@@ -41,6 +41,7 @@ + #include "source3/auth/proto.h" + #include "source3/printing/queue_process.h" + #include "source3/lib/substitute.h" ++#include + + static void watch_handler(struct tevent_req *req) + { -- cgit v1.2.1