mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
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
This commit is contained in:
@@ -151,6 +151,8 @@ chan_zap.so: chan_zap.o
|
|||||||
chan_sip.so: chan_sip.o
|
chan_sip.so: chan_sip.o
|
||||||
ifeq ($(USE_MYSQL_FRIENDS),1)
|
ifeq ($(USE_MYSQL_FRIENDS),1)
|
||||||
$(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
|
$(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
|
||||||
|
elifeq ($(USE_SIP_MYSQL_FRIENDS),1)
|
||||||
|
$(CC) $(SOLINK) -o $@ chan_sip.o $(MYSQLLIB) -lz
|
||||||
else
|
else
|
||||||
$(CC) $(SOLINK) -o $@ chan_sip.o
|
$(CC) $(SOLINK) -o $@ chan_sip.o
|
||||||
endif
|
endif
|
||||||
|
Reference in New Issue
Block a user