mirror of
https://git.freebsd.org/ports.git
synced 2025-06-24 22:20:35 -04:00
MySQL Connector/C is a C client library for client/server communication. It is a standalone replacement for the MySQL Client Library shipped with the MySQL Server. WWW: http://dev.mysql.com/downloads/connector/c/
13 lines
576 B
C
13 lines
576 B
C
--- mysql_config/mysql_config.c.in.orig 2013-02-01 17:35:59.000000000 +0100
|
|
+++ mysql_config/mysql_config.c.in 2013-02-01 17:36:22.000000000 +0100
|
|
@@ -18,8 +18,8 @@
|
|
#include <my_getopt.h>
|
|
#include <stdio.h>
|
|
|
|
-#define INCLUDE "-I@CMAKE_INSTALL_PREFIX@/include"
|
|
-#define LIBS "-L@CMAKE_INSTALL_PREFIX@/lib -lmysql" \
|
|
+#define INCLUDE "-I@CMAKE_INSTALL_PREFIX@/include/mysql-connector-c"
|
|
+#define LIBS "-L@CMAKE_INSTALL_PREFIX@/lib/mysql-connector-c -lmysql" \
|
|
"@extra_dynamic_LDFLAGS@"
|
|
#define CFLAGS INCLUDE
|
|
#define VERSION "@CONNECTOR_C_VERSION@"
|