Skip to content
Snippets Groups Projects
Commit d298a73a authored by James Golovich's avatar James Golovich
Browse files

Fix chan_iax2 compiling with MYSQL_FRIENDS

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@2381 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent f8279700
No related branches found
No related tags found
No related merge requests found
......@@ -106,7 +106,7 @@ endif
chan_iax2.so: chan_iax2.o iax2-parser.o
ifeq ($(USE_MYSQL_FRIENDS),1)
$(CC) $(SOLINK) -o $@ chan_iax2.o iax2-parser.o -lmysqlclient -lz
$(CC) $(SOLINK) -o $@ chan_iax2.o iax2-parser.o -L/usr/lib/mysql -lmysqlclient -lz
else
$(CC) $(SOLINK) -o $@ chan_iax2.o iax2-parser.o
endif
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment