Remove -Werror from compiler package to install.
This commit is contained in:
parent
5a7a468750
commit
086a4b5977
|
@ -29,7 +29,8 @@ for TARGET in $TARGETS; do
|
|||
# nothing to do
|
||||
;;
|
||||
clang-*|gcc-*)
|
||||
PACKAGES="$PACKAGES $TARGET"
|
||||
compiler=$(sed 's/-Werror//' <<<$TARGET)
|
||||
PACKAGES="$PACKAGES $compiler"
|
||||
;;
|
||||
kerberos5)
|
||||
PACKAGES="$PACKAGES heimdal-dev"
|
||||
|
|
Loading…
Reference in New Issue