mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-05 22:53:51 +02:00
environment/configure/gnu-configure-args.sh: also use common-linux for glibc.
This commit is contained in:
parent
af9ed29577
commit
09703ae245
1 changed files with 2 additions and 1 deletions
|
@ -24,7 +24,8 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
*-musl) . ${_AUTOCONFCACHEDIR}/common-linux
|
*-musl) . ${_AUTOCONFCACHEDIR}/common-linux
|
||||||
;;
|
;;
|
||||||
# gnu libc
|
# gnu libc
|
||||||
*) . ${_AUTOCONFCACHEDIR}/common-glibc
|
*) . ${_AUTOCONFCACHEDIR}/common-linux
|
||||||
|
. ${_AUTOCONFCACHEDIR}/common-glibc
|
||||||
;;
|
;;
|
||||||
esac
|
esac
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue