wok-6.x diff reptyr/receipt @ rev 23042
gcc83-lib-base: add /usr/libgcc83/libstdc++.la
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Mar 05 12:13:42 2020 +0100 (2020-03-05) |
parents | 432dd31a79d5 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/reptyr/receipt Wed Oct 02 17:23:06 2019 +0200 1.2 +++ b/reptyr/receipt Thu Mar 05 12:13:42 2020 +0100 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 }