wok rev 21887

reptyr: dirty fix
author Pascal Bellard <pascal.bellard@slitaz.org>
date Wed Oct 02 18:36:41 2019 +0200 (2019-10-02)
parents 8e6c7c571c39
children f2da28eeed34
files reptyr/receipt
line diff
     1.1 --- a/reptyr/receipt	Wed Oct 02 17:37:17 2019 +0200
     1.2 +++ b/reptyr/receipt	Wed Oct 02 18:36:41 2019 +0200
     1.3 @@ -17,6 +17,8 @@
     1.4  compile_rules()
     1.5  {
     1.6  	sed -i 's|/usr/local|/usr|' Makefile
     1.7 +	sed -i 's|PTRACE_GETREGSET|0x4204|;s|PTRACE_SETREGSET|0x4205|' \
     1.8 +		platform/linux/linux_ptrace.c
     1.9  	make &&
    1.10  	make DESTDIR=$DESTDIR install
    1.11  }