~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to scripts/mysql_config.pl.in

Made system non-foreign.

Show diffs side-by-side

added added

removed removed

Lines of Context:
198
198
 
199
199
my $flags;
200
200
$flags->{libs} =
201
 
  [@ldflags,@lib_opts,'@ZLIB_DEPS@','@NON_THREADED_LIBS@','@openssl_libs@','@STATIC_NSS_FLAGS@'];
 
201
  [@ldflags,@lib_opts,'@openssl_libs@','@STATIC_NSS_FLAGS@'];
202
202
$flags->{libs_r} =
203
 
  [@ldflags,@lib_r_opts,'@ZLIB_DEPS@','@LIBS@','@openssl_libs@'];
 
203
  [@ldflags,@lib_r_opts,'@LIBS@','@openssl_libs@'];
204
204
$flags->{embedded_libs} =
205
 
  [@ldflags,@lib_e_opts,'@ZLIB_DEPS@','@LIBS@','@WRAPLIBS@','@innodb_system_libs@','@openssl_libs@'];
 
205
  [@ldflags,@lib_e_opts,'@LIBS@','@WRAPLIBS@','@innodb_system_libs@','@openssl_libs@'];
206
206
 
207
207
$flags->{include} = ["-I$pkgincludedir"];
208
208
$flags->{cflags}  = [@{$flags->{include}},split(" ",'@CFLAGS@')];