disable some testing tools that throw warnings on arm
This commit is contained in:
parent
8d7f98d414
commit
0f00fff4b5
@ -97,7 +97,9 @@ Libreswan is based on Openswan-2.6.38 which in turn is based on FreeS/WAN-2.04
|
||||
%setup -q -n libreswan-%{version}%{?prever}
|
||||
# enable crypto-policies support
|
||||
sed -i "s:#[ ]*include \(.*\)\(/crypto-policies/back-ends/libreswan.config\)$:include \1\2:" configs/ipsec.conf.in
|
||||
# disable some testing tools that throw warnings on arm
|
||||
%patch1 -p1
|
||||
sed -i "s/SUBDIRS += ipcheck/#SUBDIRS += ipchec/" testing/programs/Makefile
|
||||
|
||||
%build
|
||||
make %{?_smp_mflags} \
|
||||
|
Loading…
Reference in New Issue
Block a user