aboutsummaryrefslogtreecommitdiffstats
path: root/apps/Makefile
diff options
context:
space:
mode:
authortwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-04 00:14:10 +0000
committertwisted <twisted@f38db490-d61c-443f-a65b-d21fe96a405b>2005-02-04 00:14:10 +0000
commit5322cb028b01dec8f24a00e155c60cc99b7266b3 (patch)
tree2e81b1ecc9b330b0e084dfcfda84d1ee16b5b34e /apps/Makefile
parentf18b92c3e323261f7b8a99e3cbf27063be5f9c3e (diff)
Fix build on OpenBSD and fix small typo. (Bug #3502)
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@4959 f38db490-d61c-443f-a65b-d21fe96a405b
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