1diff -urN -x .git orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch
2--- orig/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch	1970-01-01 09:00:00.000000000 +0900
3+++ patched/thirdparty/ossp-uuid/ossp-uuid-musl-compile-fix.patch	2020-08-07 11:22:49.344854508 +0900
4@@ -0,0 +1,21 @@
5+diff -urN orig/config.sub patched/config.sub
6+--- orig/config.sub	2008-07-05 06:43:08.000000000 +0900
7++++ patched/config.sub	2020-08-07 11:19:25.948854937 +0900
8+@@ -120,7 +120,7 @@
9+ # Here we must recognize all the valid KERNEL-OS combinations.
10+ maybe_os=`echo $1 | sed 's/^\(.*\)-\([^-]*-[^-]*\)$/\2/'`
11+ case $maybe_os in
12+-  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | \
13++  nto-qnx* | linux-gnu* | linux-dietlibc | linux-newlib* | linux-uclibc* | linux-musl* | \
14+   uclinux-uclibc* | uclinux-gnu* | kfreebsd*-gnu* | knetbsd*-gnu* | netbsd*-gnu* | \
15+   storm-chaos* | os2-emx* | rtmk-nova*)
16+     os=-$maybe_os
17+@@ -1250,7 +1250,7 @@
18+ 	      | -udi* | -eabi* | -lites* | -ieee* | -go32* | -aux* \
19+ 	      | -chorusos* | -chorusrdb* \
20+ 	      | -cygwin* | -pe* | -psos* | -moss* | -proelf* | -rtems* \
21+-	      | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* \
22++	      | -mingw32* | -linux-gnu* | -linux-newlib* | -linux-uclibc* | -linux-musl* \
23+ 	      | -uxpv* | -beos* | -mpeix* | -udk* \
24+ 	      | -interix* | -uwin* | -mks* | -rhapsody* | -darwin* | -opened* \
25+ 	      | -openstep* | -oskit* | -conix* | -pw32* | -nonstopux* \
26