wok-current rev 25337
suricata: set variable LIBS
author | Hans-G?nter Theisgen |
---|---|
date | Sat Jul 23 20:18:41 2022 +0100 (2022-07-23) |
parents | bb565202cbf9 |
children | 1801955a1d6d |
files | suricata/receipt |
line diff
1.1 --- a/suricata/receipt Sat Jul 23 17:54:01 2022 +0100 1.2 +++ b/suricata/receipt Sat Jul 23 20:18:41 2022 +0100 1.3 @@ -28,6 +28,8 @@ 1.4 # Rules to configure and make the package. 1.5 compile_rules() 1.6 { 1.7 + export LIBS="-latomic" 1.8 + 1.9 rm -f config.h 1.10 ./configure \ 1.11 CC=gcc-83 \