From 67e01f8cfce4efe8bbc7641fe5729c1994bc96a3 Mon Sep 17 00:00:00 2001 From: Than Ngo Date: Wed, 7 Feb 2018 17:22:07 +0100 Subject: [PATCH] forgot to apply the patches --- dyninst.spec | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dyninst.spec b/dyninst.spec index 84345fc..d6826c4 100644 --- a/dyninst.spec +++ b/dyninst.spec @@ -17,6 +17,8 @@ Source1: https://github.com/dyninst/testsuite/archive/v9.3.0/testsuite-9.3.0.tar Patch1: testsuite-9.3.0-junit-nullptr.patch Patch2: addrtranslate-sysv.patch Patch3: Object-elf.patch +Patch4: dyninst-9.3.2-gcc8.patch +Patch5: dyninst-9.3.2-glibc-rpc.patch %global dyninst_base dyninst-%{version} # Explicit version since it does not match the source version @@ -92,6 +94,8 @@ making sure that dyninst works properly. %patch1 -p0 -b.nullptr %patch2 -p0 -b.addrtrans %patch3 -p0 -b.objelf +%patch4 -p1 -b.gcc8 +%patch5 -p1 -b.glibc-rpc # cotire seems to cause non-deterministic gcc errors # https://bugzilla.redhat.com/show_bug.cgi?id=1420551