From 9c0e6b34513af6fff831cf25314e2540eabe84aa Mon Sep 17 00:00:00 2001 From: Kevin Rosenberg Date: Fri, 4 Sep 2009 12:02:59 -0600 Subject: [PATCH] Add directory for MacPorts mysql5 port --- ChangeLog | 2 ++ db-mysql/Makefile | 4 ++-- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 1be57d6..015ab2a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -6,6 +6,8 @@ parameters for postgresql databases (thanks to Stephen Compall) * doc/ref-{clsql,connect}.xml, sql/db-interfaces.lisp: Fix transposed letters (thanks to Stephen Compall) + * db-mysql/Makefile: Add directory for MacPorts mysql5 port + (thanks to Stephen Compall) 31 Aug 2009 Kevin Rosenberg * sql/db-interface.lisp: Fix spelling error (thanks to diff --git a/db-mysql/Makefile b/db-mysql/Makefile index f8e4a42..6891f18 100644 --- a/db-mysql/Makefile +++ b/db-mysql/Makefile @@ -27,8 +27,8 @@ shared_lib=$(base).so .PHONY: all all: $(shared_lib) -CFLAGS=-I /usr/local/include/mysql -I /usr/include/mysql -I /sw/include/mysql -I /opt/local/include/mysql -I /usr/local/mysql/include -LDFLAGS=-L/usr/local/lib64/mysql -L/usr/local/mysql/lib32 -L/usr/local/lib/mysql -L/usr/lib/mysql -L/sw/lib -L/opt/local/lib/mysql -L/usr/local/mysql/lib -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -lmysqlclient -lz -lc +CFLAGS=-I /usr/local/include/mysql -I /usr/include/mysql -I /sw/include/mysql -I /opt/local/include/mysql -I /opt/local/include/mysql5/mysql -I /usr/local/mysql/include +LDFLAGS=-L/usr/local/lib64/mysql -L/usr/local/mysql/lib32 -L/usr/local/lib/mysql -L/usr/lib/mysql -L/sw/lib -L/opt/local/lib/mysql -L/opt/local/lib/mysql5/mysql -L/usr/local/mysql/lib -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -lmysqlclient -lz -lc ifneq ($(OS_CYGWIN),0) CFLAGS=-I /cygdrive/c/Program\ Files/MySQL/MySQL\ Server\ 5.0/include -- 2.11.4.GIT