GNUmakefile: fix OpenBSD build

By sunil@nimmagadda.net.
pull/75/head
Leah Neukirchen 7 years ago
parent 3ebe373309
commit 6557dec05b

@ -6,7 +6,7 @@ OS := $(shell uname)
ifeq ($(OS),OpenBSD)
LOCALBASE=/usr/local
CFLAGS+=-I$(LOCALBASE)/include -pthread
override CFLAGS+=-I$(LOCALBASE)/include -pthread
LDLIBS=-L$(LOCALBASE)/lib -liconv -pthread
endif

Loading…
Cancel
Save