diff options
Diffstat (limited to 'src/Makefile')
-rw-r--r-- | src/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/Makefile b/src/Makefile index 6a5280f..740373c 100644 --- a/src/Makefile +++ b/src/Makefile @@ -42,6 +42,7 @@ ifeq ($(TARGET),Linux) LDFLAGS += -ldl endif ifeq ($(TARGET),OpenBSD) + CCFLAGS += -DNO_UDPV6 LDFLAGS += -L/usr/local/lib endif |