X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=db-mysql%2FMakefile;h=f8e4a427caab335cf251932bef4d551da0519351;hb=eaea8232bda93fd38410e46dd22ec954b2fc4a18;hp=d323b74fd90e04541bb5fff304f0386c979bbeaf;hpb=471f6114de0493c8f4ea83c2aeff63ee3c981f02;p=clsql.git diff --git a/db-mysql/Makefile b/db-mysql/Makefile index d323b74..f8e4a42 100644 --- a/db-mysql/Makefile +++ b/db-mysql/Makefile @@ -28,7 +28,7 @@ shared_lib=$(base).so 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/lib/mysql -L/usr/lib/mysql -L/sw/lib -L/opt/local/lib/mysql -L/usr/lib/gcc/i686-pc-cygwin/3.4.4 -lmysqlclient -lz -lc +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 ifneq ($(OS_CYGWIN),0) CFLAGS=-I /cygdrive/c/Program\ Files/MySQL/MySQL\ Server\ 5.0/include