mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
make this build in a few more places for now. This still needs proper autoconf detection for mysql.
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@2940 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
cba33ca50a
commit
5ecbe8b168
@ -1,5 +1,7 @@
|
|||||||
LDFLAGS += -L/usr/lib64/mysql -L/usr/lib/mysql -L/usr/local/lib/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lssl -lcrypto
|
|
||||||
CFLAGS += -I/usr/include/mysql -I/usr/local/include/mysql
|
CFLAGS += $(shell mysql_config --includes)
|
||||||
|
LDFLAGS += $(shell mysql_config --libs )
|
||||||
|
|
||||||
CPPCC = g++
|
CPPCC = g++
|
||||||
OBJS=cdrcontainer.o basecdr.o baseregistry.o mysqlcdr.o pddcdr.o csvcdr.o
|
OBJS=cdrcontainer.o basecdr.o baseregistry.o mysqlcdr.o pddcdr.o csvcdr.o
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user