summary refs log tree commit diff
path: root/Darwin.mk
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2019-11-06 01:03:04 -0500
committerJune McEnroe <june@causal.agency>2019-11-06 01:03:04 -0500
commitee15889c433bb692e48f8e6e68016d3d0995c04e (patch)
treee2db39f02735c1d1c7ae6cc359e1554619f333b6 /Darwin.mk
parentClean up bounce.c (diff)
downloadpounce-ee15889c433bb692e48f8e6e68016d3d0995c04e.tar.gz
pounce-ee15889c433bb692e48f8e6e68016d3d0995c04e.zip
Use explicit_bzero from LibreSSL
Diffstat (limited to 'Darwin.mk')
-rw-r--r--Darwin.mk2
1 files changed, 2 insertions, 0 deletions
diff --git a/Darwin.mk b/Darwin.mk
new file mode 100644
index 0000000..1ea7a44
--- /dev/null
+++ b/Darwin.mk
@@ -0,0 +1,2 @@
+CFLAGS += -DNO_EXPLICIT_BZERO
+LDLIBS := ${LDLIBS:-lcrypt=}