Browse Source

Burkhard Linke <Burkhard.Linke@Uni-Bielefeld.DE>

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
rocklinux
Rene Rebe 21 years ago
parent
commit
386c8c902a
2 changed files with 12 additions and 1 deletions
  1. +1
    -1
      Documentation/Developers/CHANGELOG-RENE
  2. +11
    -0
      package/clifford/mysqlcc/ssl_fix.patch

+ 1
- 1
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

+ 11
- 0
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

Loading…
Cancel
Save