From 5ed350f8407db029bdc13dbf5cd226d42e8168b4 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 11 Mar 2016 13:51:35 +0100 Subject: [PATCH] musl-bootstrap: ensure musl-gcc is installed. Fixes #3804. --- srcpkgs/musl-bootstrap/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/musl-bootstrap/template b/srcpkgs/musl-bootstrap/template index f78dbc1c617..327fecc2322 100644 --- a/srcpkgs/musl-bootstrap/template +++ b/srcpkgs/musl-bootstrap/template @@ -1,12 +1,12 @@ # Template file for 'musl-bootstrap'. pkgname=musl-bootstrap version=1.1.14 -revision=2 +revision=3 lib32disabled=yes wrksrc="musl-${version}" build_style=configure configure_args="--prefix=/usr/lib/musl" -make_build_args="ALL_TOOLS+=obj/musl-clang ALL_TOOLS+=obj/ld.musl-clang" +make_build_args="ALL_TOOLS+=obj/musl-gcc ALL_TOOLS+=obj/musl-clang ALL_TOOLS+=obj/ld.musl-clang" make_install_args="$make_build_args" short_desc="The musl C library (bootstrap pkg)" maintainer="Juan RP "