Work properly with USE_SIP_MYSQL_FRIENDS set to 1 for linking

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2826 65c4cc65-6c06-0410-ace0-fbb531ad65f3
1.0
Mark Spencer 21 years ago
parent 722f92e834
commit 3e48f862a7

@ -151,6 +151,8 @@ chan_zap.so: chan_zap.o
chan_sip.so: chan_sip.o
ifeq ($(USE_MYSQL_FRIENDS),1)
$(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
elifeq ($(USE_SIP_MYSQL_FRIENDS),1)
$(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
else
$(CC) $(SOLINK) -o $@ chan_sip.o
endif

Loading…
Cancel
Save