disable some testing tools that throw warnings on arm

This commit is contained in:
Paul Wouters 2021-05-12 22:09:19 -04:00
parent 8d7f98d414
commit 0f00fff4b5
No known key found for this signature in database
GPG Key ID: DB48D2E5122468BF

View File

@ -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} \