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

_______________________________________________
Asterisk-Cvs mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-cvs

Reply via email to