devel/gcc: Check and build GNU sed if not available on build host

Closes #2300
This commit is contained in:
Chris Johns
2022-09-14 16:38:37 +10:00
parent 27c61da6df
commit 468fc79e8c
3 changed files with 15 additions and 0 deletions

View File

@@ -165,6 +165,10 @@ URL: http://gcc.gnu.org/
%build
build_top=$(pwd)
%if %{defined _internal_gsed_path}
export PATH=%{_internal_gsed_path}/bin:$PATH
%endif
%{build_directory}
mkdir -p ${build_dir}