From: Michael Jerris Date: Mon, 2 Oct 2006 04:11:22 +0000 (+0000) Subject: make this build in a few more places for now. This still needs proper autoconf detec... X-Git-Tag: v1.0-beta1~1977 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cba33ca50a9d3d603bcae6638364eaf384c5ae84;p=thirdparty%2Ffreeswitch.git 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 --- diff --git a/src/mod/event_handlers/mod_cdr/Makefile b/src/mod/event_handlers/mod_cdr/Makefile index 5fc52e3fe8..0a1be625f0 100644 --- a/src/mod/event_handlers/mod_cdr/Makefile +++ b/src/mod/event_handlers/mod_cdr/Makefile @@ -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