From 54fb7c9b9e2d18e030a304e1ad82d2b900301625 Mon Sep 17 00:00:00 2001 From: Michael Gehring Date: Mon, 13 Mar 2017 07:31:34 +0000 Subject: [PATCH] etc/defaults.conf: fix aarch64* binary bootstrap/update --- etc/defaults.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults.conf b/etc/defaults.conf index 72ee2462a14..f5dbc6398c1 100644 --- a/etc/defaults.conf +++ b/etc/defaults.conf @@ -17,7 +17,7 @@ # [OPTIONAL] # Enable optional arguments to xbps-install for the host system. # Currently used in the binary-bootstrap bootstrap-update targets. -XBPS_INSTALL_ARGS="--repository=https://repo.voidlinux.eu/current --repository=https://repo.voidlinux.eu/current/musl" +XBPS_INSTALL_ARGS="--repository=https://repo.voidlinux.eu/current --repository=https://repo.voidlinux.eu/current/musl --repository=https://repo.voidlinux.eu/current/aarch64" # [OPTIONAL] # Native Compilation/Preprocessor flags for C and C++. Additional settings