Skip to content

Commit 394429c

Browse files
committed
gcc: OSX has bsd sed, should depend on gnu sed
Without this patch, gcc build fails with 2015/02/21 08:56:16 - INFO: [package:run_job] sed: 1: "gcc/config/i386/gnu-user.h": extra characters at the end of g command 2015/02/21 08:56:16 - ERROR: [package:run_job] Command '[u'/bin/bash', '_hashdist/build.sh']' returned non-zero exit status 1 Signed-off-by: Jimmy Tang <jcftang@gmail.com>
1 parent 5089a5b commit 394429c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

pkgs/gcc/gcc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ extends: [autotools_package]
22

33
# see https://gcc.gnu.org/install/prerequisites.html
44
dependencies:
5-
build: [zlib, mpfr, mpc, gmp, isl, cloog, {{build_with}}]
5+
build: [zlib, mpfr, mpc, gmp, isl, cloog, gnu-sed, {{build_with}}]
66

77
defaults:
88
relocatable: false

0 commit comments

Comments
 (0)