aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'apps/Makefile')
-rwxr-xr-xapps/Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/apps/Makefile b/apps/Makefile
index 8f2f4f5e6..d66ff3149 100755
--- a/apps/Makefile
+++ b/apps/Makefile
@@ -53,6 +53,9 @@ APPS+=$(shell if [ -f /usr/include/osp/osp.h ]; then echo "app_osplookup.so" ; f
CURLLIBS=$(shell curl-config --libs)
ifneq (${CURLLIBS},)
APPS+=app_curl.so
+ ifeq (${OSARCH},OpenBSD)
+ CFLAGS+=-I/usr/local/include
+ endif
endif
CFLAGS+=-fPIC