Skip to content

Commit

Permalink
Merge pull request #111 from FaramosCZ/3.0
Browse files Browse the repository at this point in the history
Fix overlinking issues
  • Loading branch information
9EOR9 committed Jun 26, 2019
2 parents c6b344d + cc5489f commit a0d2974
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion mariadb_config/libmariadb.pc.in
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ Name: libmariadb
Version: @CPACK_PACKAGE_VERSION@
Description: MariaDB Connector/C dynamic library
Cflags: -I${includedir}
Libs: -L${libdir} -lmariadb @extra_dynamic_LDFLAGS@
Libs: -L${libdir} -lmariadb
Libs.private: @extra_dynamic_LDFLAGS@


2 changes: 1 addition & 1 deletion mariadb_config/mariadb_config.c.in
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
static char *mariadb_progname;

#define INCLUDE "-I@CMAKE_INSTALL_PREFIX@/@INSTALL_INCLUDEDIR@ -I@CMAKE_INSTALL_PREFIX@/@INSTALL_INCLUDEDIR@/mysql"
#define LIBS "-L@CMAKE_INSTALL_PREFIX@/@INSTALL_LIBDIR@/ -lmariadb @extra_dynamic_LDFLAGS@"
#define LIBS "-L@CMAKE_INSTALL_PREFIX@/@INSTALL_LIBDIR@/ -lmariadb"
#define LIBS_SYS "@extra_dynamic_LDFLAGS@"
#define CFLAGS INCLUDE
#define VERSION "@MARIADB_CLIENT_VERSION@"
Expand Down

0 comments on commit a0d2974

Please sign in to comment.