From 386c8c902a594d9e636e65912f24c252376be7d8 Mon Sep 17 00:00:00 2001 From: Rene Rebe Date: Wed, 6 Aug 2003 01:35:26 +0000 Subject: [PATCH] Burkhard Linke the applied patch fixes mysqlcc (undefined symbols belonging to libssl). Clifford: mysqlcc links against the static mysql library and qmake does not realize that there are other libraries that have to be linked, too please verify/ack git-svn-id: http://www.rocklinux.org/svn/rock-linux/trunk@1032 c5f82cb5-29bc-0310-9cd0-bff59a50e3bc --- Documentation/Developers/CHANGELOG-RENE | 2 +- package/clifford/mysqlcc/ssl_fix.patch | 11 +++++++++++ 2 files changed, 12 insertions(+), 1 deletion(-) create mode 100644 package/clifford/mysqlcc/ssl_fix.patch diff --git a/Documentation/Developers/CHANGELOG-RENE b/Documentation/Developers/CHANGELOG-RENE index bb1108f82..f61a28357 100644 --- a/Documentation/Developers/CHANGELOG-RENE +++ b/Documentation/Developers/CHANGELOG-RENE @@ -6,7 +6,7 @@ whole rxr-tree. - Burkhard Linke: fixed kasc/clanlib, gtk-perl10, gtkhtml10 fixed tibit/pilot-link, tibit/jpilot-syncmal - updated clifford/mysql + updated clifford/mysql and fixed clifford/mysqlcc *) 2003-08-04 (2.0.0-beta7 - 2.0.0-rc1) - Burkhard Linke: fixed qtparte, spice and xplanet diff --git a/package/clifford/mysqlcc/ssl_fix.patch b/package/clifford/mysqlcc/ssl_fix.patch new file mode 100644 index 000000000..6a5414c10 --- /dev/null +++ b/package/clifford/mysqlcc/ssl_fix.patch @@ -0,0 +1,11 @@ +--- ./mysqlcc.pro.in.orig 2003-08-06 00:31:41.000000000 +0200 ++++ ./mysqlcc.pro.in 2003-08-06 00:32:16.000000000 +0200 +@@ -25,7 +25,7 @@ + } + + unix { +- LIBS += @MYSQL_LIB@ ++ LIBS += @MYSQL_LIB@ -lssl + INCLUDEPATH += @MYSQL_INCLUDE@ + CONFIG += x11 + OBJECTS_DIR = tmp