From 471f6114de0493c8f4ea83c2aeff63ee3c981f02 Mon Sep 17 00:00:00 2001 From: "Kevin M. Rosenberg" Date: Fri, 19 Jan 2007 21:57:20 +0000 Subject: [PATCH 1/1] r11495: add dir --- db-mysql/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/db-mysql/Makefile b/db-mysql/Makefile index 583f6e9..d323b74 100644 --- a/db-mysql/Makefile +++ b/db-mysql/Makefile @@ -27,7 +27,7 @@ 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 +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 ifneq ($(OS_CYGWIN),0) -- 2.34.1