Index: base/Makefile
===================================================================
--- base/Makefile (revision 73)
+++ base/Makefile (revision 74)
@@ -1409,7 +1409,15 @@
REQUIRES += libs/qrencode/4.1.1
+REQUIRES += libs/woff2/1.0.2
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_POWER8_GLIBC) $(TOOLCHAIN_POWER9_GLIBC)),)
+REQUIRES += libs/woff2/1.0.2-ppc32
+endif
+ifneq ($(filter $(TOOLCHAIN),$(TOOLCHAIN_X86_64_GLIBC)),)
+REQUIRES += libs/woff2/1.0.2-x86_32
+endif
+
#######
####### Database Servers:
#######