etc/defaults.conf: added remote repo for musl in XBPS_INSTALL_ARGS.
This commit is contained in:
parent
1ec769880a
commit
2ac40a8208
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
||||||
# Enable optional arguments to xbps-install. This is useful when you use
|
# Enable optional arguments to xbps-install. This is useful when you use
|
||||||
# static binaries and when you need to specify arguments.
|
# static binaries and when you need to specify arguments.
|
||||||
# NOTE: This is only used with the binary-bootstrap target!
|
# 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]
|
# [OPTIONAL]
|
||||||
# Native Compilation/Preprocessor flags for C and C++. Additional settings
|
# Native Compilation/Preprocessor flags for C and C++. Additional settings
|
||||||
|
|
Loading…
Reference in a new issue