An error occurred fetching the project authors.
  1. 27 Oct, 2005 1 commit
    • unknown's avatar
      BUG#12985 Do-mysqlclient-test: Can't find -lyassl when linking · ca74836c
      unknown authored
       - Remove yassl_libsfrom CLIENT_LIBS var
       - Add yassl_libs to libmysql and libmysqld
      
      
      config/ac-macros/yassl.m4:
        Add variable yassl_libs_with_path variable for libmysqld
      configure.in:
        Don't add yassl_libs to CLIENT_LIBS var since clients will be linked with libmysqlclient that includes yassl libs.
      extra/yassl/src/Makefile.am:
        Make a normal .a lib
      extra/yassl/taocrypt/src/Makefile.am:
        Make a normal .a lib
      libmysql/Makefile.am:
        Add yassl_libs to libmysql
      libmysqld/Makefile.am:
        Add yassl_libss_with_path to libmysqld
      ca74836c
  2. 18 Oct, 2005 1 commit
    • unknown's avatar
      Bug #12985 Do-mysqlclient-test: Can't find -lyassl when linking · 362c3e87
      unknown authored
       - Use yassl_includes and yassl_libs instead of openssl_includes and openssl_libs 
         to avoid that mysql_config returns that libyassl and libtaocrypt are needed for linking. 
      
      
      client/Makefile.am:
        Add yassl_includes
      config/ac-macros/yassl.m4:
        Use own variables for yassl, don't intrude on openssl
      configure.in:
        Add yassl_libs to lib_DEPENDENCIES and CLIENT_LIBS
      libmysql/Makefile.am:
        Add yassl_includes
      libmysql_r/Makefile.am:
        Add yassl_libs and yassl_includes
      libmysqld/Makefile.am:
        Add yassl_includes
      server-tools/instance-manager/Makefile.am:
        Add yassl includes and lib
      sql/Makefile.am:
        Add yassl includes and libe
      vio/Makefile.am:
        Add yassl includes and libe
      362c3e87
  3. 18 Jun, 2005 1 commit
  4. 12 Jun, 2005 1 commit
    • unknown's avatar
      WL#2286 - Compile MySQL w/YASSL support · c0f99623
      unknown authored
        Fix for link failures on boxes with non-gnu compiler.
      
      
      client/Makefile.am:
        Add a dummy C++ file to client suite to make libtool use a C++ linker:
        this lets client suite link when using yaSSL and a non-gcc C++ compiler.
      config/ac-macros/yassl.m4:
        HAVE_YASSL conditional is used to add dummy C++ file if configured with yaSSL.
      tests/Makefile.am:
        Add a dummy C++ file to tests to make libtool use a C++ linker:
        this lets tests link when using yaSSL and a non-gcc C++ compiler.
      vio/Makefile.am:
        Use dummy C++ file if configured with yaSSL only.
      c0f99623
  5. 02 Jun, 2005 1 commit
    • unknown's avatar
      WL#2286 - Compile MySQL w/YASSL support · 20daba5c
      unknown authored
      Compilation errors fixes.
      
      
      config/ac-macros/yassl.m4:
        Switch to -l/-L instead of passing file name directly. (more portable for ".a" archives)
      extra/yassl/taocrypt/src/integer.cpp:
        Instantiate more templates (needed by some 64bit boxes).
      extra/yassl/taocrypt/src/template_instnt.cpp:
        Instantiate more templates (needed by some 64bit boxes).
        Move tcArrayDelete to TaoCrypt namespace (more portable).
      20daba5c
  6. 28 Apr, 2005 1 commit
    • unknown's avatar
      WL#2286 Compile MySQL w/YASSL support · 9b64a9ff
      unknown authored
      yaSSL-0.9.7 library bundled.
      
      
      BUILD/Makefile.am:
        compile-pentium-debug-yassl added to distribution.
      Makefile.am:
        Added yassl_dir to SUBDIRS. It contains path to yassl distribution if --with-yassl
        specified. It is empty otherwise.
      configure.in:
        yaSSL CHECK-function call.
      extra/Makefile.am:
        yaSSL added to distribution.
      include/violite.h:
        YASSL_MYSQL_COMPATIBLE macro must be defined to make yassl headers compatible.
      9b64a9ff