mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Oops, actually use the right variable in channels/Makefile
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2875 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -150,7 +150,7 @@ chan_zap.so: chan_zap.o
|
||||
$(CC) $(SOLINK) -o $@ $< $(ZAPPRI) $(ZAPR2) -ltonezone
|
||||
|
||||
chan_sip.so: chan_sip.o
|
||||
ifeq ($(USE_MYSQL_FRIENDS),1)
|
||||
ifeq ($(USE_SIP_MYSQL_FRIENDS),1)
|
||||
$(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
|
||||
else
|
||||
$(CC) $(SOLINK) -o $@ chan_sip.o
|
||||
|
Reference in New Issue
Block a user