From d29b05e5a75af26c94a799ca25c5f5b6bed8d739 Mon Sep 17 00:00:00 2001 From: markster Date: Sun, 8 May 2005 17:01:42 +0000 Subject: Fix chan_spy on Solaris (bug #4204) git-svn-id: http://svn.digium.com/svn/asterisk/trunk@5603 f38db490-d61c-443f-a65b-d21fe96a405b --- apps/Makefile | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'apps/Makefile') diff --git a/apps/Makefile b/apps/Makefile index e1eb61fb9..d700cc68d 100755 --- a/apps/Makefile +++ b/apps/Makefile @@ -115,6 +115,12 @@ app_sql_odbc.so: app_sql_odbc.o 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 -- cgit v1.2.3