ASR_BASE
Change-Id: Icf3719cc0afe3eeb3edc7fa80a2eb5199ca9dda1
diff --git a/external/subpack/libs/libb64/patches/100-no-Werror.patch b/external/subpack/libs/libb64/patches/100-no-Werror.patch
new file mode 100644
index 0000000..5485999
--- /dev/null
+++ b/external/subpack/libs/libb64/patches/100-no-Werror.patch
@@ -0,0 +1,11 @@
+--- a/src/Makefile
++++ b/src/Makefile
+@@ -15,7 +15,7 @@ TARGETS = $(LIBRARIES)
+
+ LINK.o = gcc
+
+-CFLAGS += -Werror -pedantic
++CFLAGS += -pedantic
+ CFLAGS += -I../include
+
+ vpath %.h ../include/b64