201
[@ldflags,@lib_opts,'@ZLIB_DEPS@','@NON_THREADED_LIBS@','@openssl_libs@','@STATIC_NSS_FLAGS@'];
201
[@ldflags,@lib_opts,'@openssl_libs@','@STATIC_NSS_FLAGS@'];
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@'];
207
207
$flags->{include} = ["-I$pkgincludedir"];
208
208
$flags->{cflags} = [@{$flags->{include}},split(" ",'@CFLAGS@')];