Files
packages/libs/libb64/patches/100-no-Werror.patch
Daniel Golle b72390bb95 libb64: add package
Add generic base64 encode/decode (static) library.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
(cherry picked from commit 6993b5d945)
2024-02-20 09:05:54 +01:00

12 lines
199 B
Diff

--- 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