summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2009-01-01 19:07:08 +0000
committerChristian Pointner <equinox@anytun.org>2009-01-01 19:07:08 +0000
commit453a80897a20d2cefd3098bca8b0448b04be2ed4 (patch)
treefc229ec78fc330829a5d533ef1e460b66e93a45e /src/Makefile
parentchanged ugly salt 0 msb workaround to a mor sophisticated solution (diff)
fixed build on OpenBSD
fixed memory errors with key and salt handling
Diffstat (limited to 'src/Makefile')
-rw-r--r--src/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Makefile b/src/Makefile
index e366af1..8372395 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -42,7 +42,7 @@ ifeq ($(TARGET),Linux)
LDFLAGS += -ldl
endif
ifeq ($(TARGET),OpenBSD)
- CCFLAGS += -DNO_UDPV6
+ CCFLAGS += -I/usr/local/include -DNO_UDPV6 -DNO_SEC_MEM
LDFLAGS += -L/usr/local/lib
endif