aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/make.code.defn5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/make.code.defn b/src/make.code.defn
index 5754342..d18d185 100644
--- a/src/make.code.defn
+++ b/src/make.code.defn
@@ -22,6 +22,5 @@ SRCS = $(MISC_SRC) \
$(AUTHENTICATION_SRC) \
$(COOKIES_SRC)
-# Subdirectories containing source files
-SUBDIRS =
-
+# set the _LIBC flag to prevent gcc warnings in base64.c
+CFLAGS += -D_LIBC