summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorQuentin Carbonneaux2017-01-18 17:50:08 -0500
committerQuentin Carbonneaux2017-01-18 17:50:08 -0500
commit758f7a193ec87514576ec5d427724cd9e56dd0b2 (patch)
tree3f82ca001a2efdaf2bf25f7d7acdf95a9e4a2296
parent21c47bf2c7498d9fdabbcfe886d6f549b858ae9b (diff)
more glorious feature macros
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 8e6e261..6bc9835 100644
--- a/Makefile
+++ b/Makefile
@@ -1,6 +1,6 @@
BIN = irc
-CFLAGS = -std=c99 -Os -D_POSIX_C_SOURCE=201112 -D_GNU_SOURCE -D_XOPEN_CURSES -D_XOPEN_SOURCE_EXTENDED=1 -D_DEFAULT_SOURCE
+CFLAGS = -std=c99 -Os -D_POSIX_C_SOURCE=201112 -D_GNU_SOURCE -D_XOPEN_CURSES -D_XOPEN_SOURCE_EXTENDED=1 -D_DEFAULT_SOURCE -D_BSD_SOURCE
LDFLAGS = -lncursesw -lssl -lcrypto
all: ${BIN}