[Asterisk-cvs] asterisk/apps Makefile,1.89,1.90

twisted at lists.digium.com twisted at lists.digium.com
Thu Feb 3 18:13:06 CST 2005


Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv8405/apps

Modified Files:
	Makefile 
Log Message:
Fix build on OpenBSD and fix small typo.  (Bug #3502)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.89
retrieving revision 1.90
diff -u -d -r1.89 -r1.90
--- Makefile	30 Jan 2005 06:09:28 -0000	1.89
+++ Makefile	4 Feb 2005 00:14:10 -0000	1.90
@@ -53,6 +53,9 @@
 CURLLIBS=$(shell curl-config --libs)
 ifneq (${CURLLIBS},)
 	APPS+=app_curl.so
+	ifeq (${OSARCH},OpenBSD)
+		CFLAGS+=-I/usr/local/include
+	endif
 endif
 
 CFLAGS+=-fPIC




More information about the svn-commits mailing list