Add some extra paths if we're compiling on OpenBSD.

This commit is contained in:
Jasper Lievisse Adriaanse 2012-04-26 19:49:48 +02:00 committed by Michael Stapelberg
parent d4dbf2690e
commit af32603373

View File

@ -33,6 +33,11 @@ ifeq ($(shell uname),GNU/kFreeBSD)
LIBS+=-lbsd
endif
ifeq ($(shell uname),OpenBSD)
CFLAGS+=-I/usr/local/include/
LDFLAGS+=-L/usr/local/lib/
endif
CFLAGS+=$(EXTRA_CFLAGS)
# Fallback for libyajl 1 which did not include yajl_version.h. We need