chroot-distcc: unbreak bootstrap
This commit is contained in:
parent
1c5e6f3962
commit
c73bc73be2
|
@ -8,7 +8,6 @@ build_style=gnu-configure
|
||||||
configure_args="--with-included-popt --without-avahi --without-gnome
|
configure_args="--with-included-popt --without-avahi --without-gnome
|
||||||
--without-gtk --disable-Werror --disable-pump-mode --without-libiberty"
|
--without-gtk --disable-Werror --disable-pump-mode --without-libiberty"
|
||||||
make_install_target=install-programs
|
make_install_target=install-programs
|
||||||
makedepends="binutils-devel"
|
|
||||||
short_desc="Distributed compilation for faster C/C++ builds -- for xbps-src use"
|
short_desc="Distributed compilation for faster C/C++ builds -- for xbps-src use"
|
||||||
maintainer="Enno Boland <gottox@voidlinux.org>"
|
maintainer="Enno Boland <gottox@voidlinux.org>"
|
||||||
license="GPL-2.0-or-later"
|
license="GPL-2.0-or-later"
|
||||||
|
@ -19,6 +18,10 @@ checksum=bead25471d5a53ecfdf8f065a6fe48901c14d5008956c318c700e56bc87bf0bc
|
||||||
conflicts="distcc>=0"
|
conflicts="distcc>=0"
|
||||||
CFLAGS="-fcommon"
|
CFLAGS="-fcommon"
|
||||||
|
|
||||||
|
if [ "$CHROOT_READY" ]; then
|
||||||
|
makedepends="binutils-devel"
|
||||||
|
fi
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
# Copy files generated by package distcc running autogen.sh
|
# Copy files generated by package distcc running autogen.sh
|
||||||
# Manual update is required for every new version
|
# Manual update is required for every new version
|
||||||
|
|
Loading…
Reference in New Issue