[Asterisk-Dev] Bug in apps/Makefile
Jared Mauch
jared at puck.Nether.net
Wed Aug 27 17:30:39 MST 2003
On Thu, Aug 28, 2003 at 10:17:33AM +1000, Adam Hart wrote:
> 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?
related topic:
Is there a reason that the -shared -Xlinker, etc.. flags
aren't part of some other variable?
same goes for the -lmysqlclient
that should probally be some LIBS=-lmysqlclient or similar I would think..?
- jared
--
Jared Mauch | pgp key available via finger from jared at puck.nether.net
clue++; | http://puck.nether.net/~jared/ My statements are only mine.
More information about the asterisk-dev
mailing list