From ce6494ec905f9c3afd6032e829b5d677c4528414 Mon Sep 17 00:00:00 2001 From: Jonathan Wakely Date: Thu, 16 Feb 2017 11:21:26 +0000 Subject: [PATCH] Also patch invalid pointer to write(2) --- dbus-c++.spec | 3 +++ 1 file changed, 3 insertions(+) diff --git a/dbus-c++.spec b/dbus-c++.spec index debb706..898b5ac 100644 --- a/dbus-c++.spec +++ b/dbus-c++.spec @@ -16,6 +16,8 @@ Patch3: dbus-c++-macro_collision.patch # Remove broken classes for multithreading support # https://sourceforge.net/p/dbus-cplusplus/patches/18/ Patch4: dbus-c++-threading.patch +# https://sourceforge.net/p/dbus-cplusplus/patches/19/ +Patch5: dbus-c++-writechar.patch BuildRequires: dbus-devel BuildRequires: glib2-devel @@ -60,6 +62,7 @@ sed -i 's/libtoolize --force --copy/libtoolize -if --copy/' bootstrap %patch2 -p1 -b .linkfix %patch3 -p1 -b .collision %patch4 -p1 -b .threading +%patch5 -p1 -b .writechar %build ./autogen.sh