mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-17 07:28:38 +00:00
11 lines
313 B
Diff
11 lines
313 B
Diff
https://bugs.gentoo.org/713428
|
|
--- a/configure.ac
|
|
+++ b/configure.ac
|
|
@@ -33,6 +33,7 @@ AC_CANONICAL_HOST
|
|
|
|
case "${host_os}" in
|
|
linux-gnu*) HOST_OS="linux-gnu" ;;
|
|
+ linux-musl*) HOST_OS="linux-gnu" ;;
|
|
linux-uclibc*) HOST_OS="linux-gnu" ;;
|
|
*) AC_MSG_ERROR([unkown host-os ${host_os}]) ;;
|
|
esac
|