From 453a80897a20d2cefd3098bca8b0448b04be2ed4 Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Thu, 1 Jan 2009 19:07:08 +0000 Subject: fixed build on OpenBSD fixed memory errors with key and salt handling --- src/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/Makefile') 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 -- cgit v1.2.3