wok-current diff reptyr/receipt @ rev 21910
updated silc-server (1.1.18 -> 1.1.19)
author | Hans-G?nter Theisgen |
---|---|
date | Fri Oct 04 15:55:31 2019 +0100 (2019-10-04) |
parents | 432dd31a79d5 |
children | 5ea0ce1cecc0 |
line diff
1.1 --- a/reptyr/receipt Wed Oct 02 17:23:06 2019 +0200 1.2 +++ b/reptyr/receipt Fri Oct 04 15:55:31 2019 +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 }