forked from Mirrors/freeswitch
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@2939 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
ebd092f2a8
commit
cba33ca50a
@ -1,5 +1,5 @@
|
||||
LDFLAGS += -I/usr/include/mysql -L/usr/lib64/mysql -lmysqlclient -lz -lcrypt -lnsl -lm -lssl -lcrypto
|
||||
CFLAGS += -I/usr/include/mysql -L/usr/lib64/mysql
|
||||
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
|
||||
CPPCC = g++
|
||||
OBJS=cdrcontainer.o basecdr.o baseregistry.o mysqlcdr.o pddcdr.o csvcdr.o
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user