[Asterisk-cvs] asterisk/apps Makefile,1.99,1.100
markster at lists.digium.com
markster at lists.digium.com
Sun May 8 12:55:20 CDT 2005
Update of /usr/cvsroot/asterisk/apps
In directory mongoose.digium.com:/tmp/cvs-serv24091/apps
Modified Files:
Makefile
Log Message:
Fix chan_spy on Solaris (bug #4204)
Index: Makefile
===================================================================
RCS file: /usr/cvsroot/asterisk/apps/Makefile,v
retrieving revision 1.99
retrieving revision 1.100
diff -u -d -r1.99 -r1.100
--- Makefile 4 May 2005 19:33:33 -0000 1.99
+++ Makefile 8 May 2005 17:01:42 -0000 1.100
@@ -115,6 +115,12 @@
look: look.c
$(CC) -pipe -O6 -g look.c -o look -lncurses
+ifeq (SunOS,$(shell uname))
+app_chanspy.so: app_chanspy.o
+ $(CC) $(SOLINK) -o $@ $< -lrt
+endif
+
+
ifneq ($(wildcard .depend),)
include .depend
endif
More information about the svn-commits
mailing list