From 2ac40a8208a88244f28ab07ed0ae7432a0021abb Mon Sep 17 00:00:00 2001 From: Juan RP Date: Thu, 21 May 2015 10:46:01 +0200 Subject: [PATCH] etc/defaults.conf: added remote repo for musl in XBPS_INSTALL_ARGS. --- etc/defaults.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults.conf b/etc/defaults.conf index 6b0e8b0c18a..70414bda7dc 100644 --- a/etc/defaults.conf +++ b/etc/defaults.conf @@ -18,7 +18,7 @@ # Enable optional arguments to xbps-install. This is useful when you use # static binaries and when you need to specify arguments. # NOTE: This is only used with the binary-bootstrap target! -XBPS_INSTALL_ARGS="--repository=http://repo.voidlinux.eu/current" +XBPS_INSTALL_ARGS="--repository=http://repo.voidlinux.eu/current --repository=http://musl.voidlinux.net/current" # [OPTIONAL] # Native Compilation/Preprocessor flags for C and C++. Additional settings