[Asterisk-cvs] asterisk/channels Makefile,1.52,1.53

markster at lists.digium.com markster at lists.digium.com
Mon May 31 15:24:30 CDT 2004


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

Modified Files:
	Makefile 
Log Message:
More BSD compile fixes (bugs #1754 and #1756)


Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/channels/Makefile,v
retrieving revision 1.52
retrieving revision 1.53
diff -u -d -r1.52 -r1.53
--- Makefile	27 May 2004 22:12:55 -0000	1.52
+++ Makefile	31 May 2004 19:40:23 -0000	1.53
@@ -49,6 +49,10 @@
 ifneq (${OSARCH},Darwin)
 CHANNEL_LIBS+=chan_oss.so
 endif
+ifeq (${OSARCH},FreeBSD)
+SOLINK+=-L/usr/local/lib
+CHANNEL_LIBS+=chan_oss.so
+endif
 
 CHANNEL_LIBS+=$(shell [ -f /usr/include/linux/ixjuser.h ] && echo chan_phone.so)
 CHANNEL_LIBS+=$(shell [ -f h323/libchanh323.a ] && echo chan_h323.so)




More information about the svn-commits mailing list