From: Kevin Rosenberg Date: Thu, 28 Jan 2010 23:58:47 +0000 (-0700) Subject: Support for 64-bit Fedora 11/12 X-Git-Tag: v4.3.2~2 X-Git-Url: http://git.kpe.io/?p=clsql.git;a=commitdiff_plain;h=870e21e6fb530c15d3449d3ebf310bbfdff4a566 Support for 64-bit Fedora 11/12 --- diff --git a/ChangeLog b/ChangeLog index 77d4ca8..a95eab2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +28 Jan 2009 Kevin Rosenberg + * db-mysql/Makefile: Add directory for Fedora 11/12 on 64-bit + platform (Thanks to Michael Pheasant) and remove a 32-bit directory + 28 Jan 2009 Kevin Rosenberg * Version 4.3.1 * sql/utils.lisp: Ensure Lispworks 6 lock is created in sharing mode diff --git a/db-mysql/Makefile b/db-mysql/Makefile index 30afa0f..f85ecb0 100644 --- a/db-mysql/Makefile +++ b/db-mysql/Makefile @@ -27,7 +27,7 @@ shared64_lib=$(base)64.so all: $(shared_lib) 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 +LDFLAGS=-L/usr/local/lib64/mysql -L/usr/local/lib/mysql -L/usr/lib64/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 CFLAGS32=-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 -m32 LDFLAGS32=-L/lib32 -L/usr/lib32 -melf_i386 -lmysqlclient -lz -lc