mirror of
https://github.com/openwrt/packages.git
synced 2025-02-07 05:49:50 +00:00
6993b5d945
Add generic base64 encode/decode (static) library. Signed-off-by: Daniel Golle <daniel@makrotopia.org>
12 lines
199 B
Diff
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
|