[Asterisk-Dev] Bug in apps/Makefile
Adam Hart
work at adamhart.net
Wed Aug 27 17:17:33 MST 2003
In the current CVS, there seems to be a bug with compiling of voicemail2
Currently it's:
app_voicemail2.so : app_voicemail2.o
$(CC) -shared -Xlinker -x -o $@ $(MLMFLAGS) $<
Should be:
app_voicemail2.so : app_voicemail2.o
$(CC) -shared -Xlinker -x -o $@ $(MLFLAGS) -lmysqlclient $<
I assume this is where I send these problems?
-Adam Hart
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-dev/attachments/20030827/5f228226/attachment.htm
More information about the asterisk-dev
mailing list