projects
/
asterisk/asterisk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ccb9c1
)
include the standard mysql lib dir. Bug #533
author
Jeremy McNamara
<jj@nufone.net>
Sun, 11 Jan 2004 09:08:14 +0000
(09:08 +0000)
committer
Jeremy McNamara
<jj@nufone.net>
Sun, 11 Jan 2004 09:08:14 +0000
(09:08 +0000)
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@1938
65c4cc65
-6c06-0410-ace0-
fbb531ad65f3
apps/Makefile
patch
|
blob
|
history
diff --git
a/apps/Makefile
b/apps/Makefile
index
79f0358
..
167f278
100755
(executable)
--- a/
apps/Makefile
+++ b/
apps/Makefile
@@
-69,7
+69,7
@@
app_todd.so: app_todd.o
app_voicemail.so : app_voicemail.o
ifeq ($(USE_MYSQL_VM_INTERFACE),1)
- $(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -lmysqlclient -lz
+ $(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -L/usr/lib/mysql -lmysqlclient -lz
else
ifeq ($(USE_POSTGRES_VM_INTERFACE),1)
$(CC) $(SOLINK) -o $@ $(MLFLAGS) $< -lpq