--- tools/driver-tool/utf8proc/Makefile.orig	2021-04-29 14:50:48 UTC
+++ tools/driver-tool/utf8proc/Makefile
@@ -79,7 +79,7 @@ libutf8proc.a: utf8proc.o
 
 libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH): utf8proc.o
 	$(CC) $(LDFLAGS) -shared -o $@ -Wl,-soname -Wl,libutf8proc.so.$(MAJOR) utf8proc.o
-	chmod a-x $@
+	# FIX .so build so this will work: chmod a-x $@
 
 libutf8proc.so: libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH)
 	ln -f -s libutf8proc.so.$(MAJOR).$(MINOR).$(PATCH) $@
