mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-24 06:48:18 -07:00
12 lines
313 B
Diff
12 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
|