~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to scripts/mysql_config.sh

Made system non-foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
104
104
 
105
105
# Create options 
106
106
# We intentionally add a space to the beginning and end of lib strings, simplifies replace later
107
 
libs=" $ldflags -L$pkglibdir -lmysqlclient @ZLIB_DEPS@ @NON_THREADED_LIBS@"
 
107
libs=" $ldflags -L$pkglibdir -lmysqlclient "
108
108
libs="$libs @openssl_libs@ @STATIC_NSS_FLAGS@ "
109
 
libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r @ZLIB_DEPS@ @LIBS@ @openssl_libs@ "
 
109
libs_r=" $ldflags -L$pkglibdir -lmysqlclient_r @LIBS@ @openssl_libs@ "
110
110
libdir="-L$pkglibdir"
111
 
embedded_libs=" $ldflags -L$pkglibdir -lmysqld @ZLIB_DEPS@ @LIBS@ @WRAPLIBS@ @innodb_system_libs@ @openssl_libs@ "
 
111
embedded_libs=" $ldflags -L$pkglibdir -lmysqld @LIBS@ @WRAPLIBS@ @innodb_system_libs@ @openssl_libs@ "
112
112
 
113
113
if [ -r "$pkglibdir/libmygcc.a" ]; then
114
114
  # When linking against the static library with a different version of GCC