# HG changeset patch # User Pascal Bellard # Date 1570034201 -7200 # Node ID 91afa79e06ed25f8546164c7f58773e190ba1d56 # Parent 8e6c7c571c39d0b1b71cf389c0a95399c3474f9f reptyr: dirty fix diff -r 8e6c7c571c39 -r 91afa79e06ed reptyr/receipt --- a/reptyr/receipt Wed Oct 02 17:37:17 2019 +0200 +++ b/reptyr/receipt Wed Oct 02 18:36:41 2019 +0200 @@ -17,6 +17,8 @@ compile_rules() { sed -i 's|/usr/local|/usr|' Makefile + sed -i 's|PTRACE_GETREGSET|0x4204|;s|PTRACE_SETREGSET|0x4205|' \ + platform/linux/linux_ptrace.c make && make DESTDIR=$DESTDIR install }