testproc/gsed: fix compilation of GNU sed on Mac OS X

GNU sed compiles on Mac OS X fine, but without providing --host/--build
configure options. Hence removing them solved the issue of configure
not being able to recognize arm64-darwin platform.
This commit is contained in:
Karel Gardas 2022-10-23 23:28:36 +02:00
parent e24641bda7
commit 0388c4b8b2

View File

@ -86,7 +86,6 @@ URL: https://www.gnu.org/software/sed/
--mandir=%{gsed_mandir} \
--infodir=%{gsed_infodir} \
--datadir=%{gsed_datadir} \
--build=%{_build} --host=%{_host}
%{__make} %{?_smp_mflags} all