summaryrefslogtreecommitdiff
path: root/src/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@anytun.org>2008-12-29 07:15:24 +0000
committerChristian Pointner <equinox@anytun.org>2008-12-29 07:15:24 +0000
commit2cfb754f6abf441cbcf4e639cd26c060b3e4cc95 (patch)
tree3f35835b3c1667ddf395f3a67b0e0123f92ddeae /src/Makefile
parentimproved signal handling (diff)
fixed build for OpenBSD (no tun device yet)
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 ca86085..6a5280f 100644
--- a/src/Makefile
+++ b/src/Makefile
@@ -36,7 +36,7 @@ TARGET=$(shell uname -s)
CC = gcc
CCFLAGS = -g -O2
LD = gcc
-LDFLAGS = -g -Wall -O2 -lgcrypt -lgpg-error
+LDFLAGS = -g -Wall -O2 #-lgcrypt -lgpg-error
ifeq ($(TARGET),Linux)
LDFLAGS += -ldl