An error occurred fetching the project authors.
  1. 07 May, 2007 1 commit
    • unknown's avatar
      Bug #28267 Cannot build with OpenSSL · bc8b50cf
      unknown authored
      - Fix use of uninitialized variable in config/ac-macros/ssl.m4
      
      
      config/ac-macros/ssl.m4:
        Use of uninitialized variable caused $openssl_includes to be set to -I
        when configuring mysql to compile with openSSL
      bc8b50cf
  2. 29 Nov, 2006 1 commit
    • unknown's avatar
      Many files: · 8f71610f
      unknown authored
        Changed paths to ndb include directory to include "storage"
      Makefile.am:
        Adjusted path to yaSSL libtool libraries
      ssl.m4:
        Use libtool way of specifying yaSSL libraries
      
      
      config/ac-macros/ssl.m4:
        Use libtool way of specifying yaSSL libraries
      libmysqld/Makefile.am:
        Adjusted path to yaSSL libtool libraries
      storage/ndb/config/type_kernel.mk.am:
        Changed paths to ndb include directory to include "storage"
      storage/ndb/config/type_ndbapi.mk.am:
        Changed paths to ndb include directory to include "storage"
      storage/ndb/config/type_ndbapitest.mk.am:
        Changed paths to ndb include directory to include "storage"
      storage/ndb/config/type_ndbapitools.mk.am:
        Changed paths to ndb include directory to include "storage"
      storage/ndb/config/type_util.mk.am:
        Changed paths to ndb include directory to include "storage"
      8f71610f
  3. 23 May, 2006 1 commit
  4. 18 May, 2006 1 commit
    • unknown's avatar
      Use --with-ssl · 393c867f
      unknown authored
      BUILD/compile-dist:
        Use --with-ssl instead of --with-yassl
      config/ac-macros/ssl.m4:
        Change variable name to with_bundled_yassl
      393c867f
  5. 17 May, 2006 1 commit
    • unknown's avatar
      BUG#18818 configure: No longer finds OpenSSL on Mac OS X · 5c5c5e75
      unknown authored
       - Implement new switch --with-ssl to configure used for both bundled yaSSL or OpenSSL
      
      
      BitKeeper/deleted/.del-yassl.m4~e55e55c1e863abaf:
        Delete: config/ac-macros/yassl.m4
      BitKeeper/deleted/.del-openssl.m4~41cebd0ba8281769:
        Delete: config/ac-macros/openssl.m4
      BUILD/SETUP.sh:
        Use switch --with-ssl to configure
      BUILD/compile-pentium-debug-openssl:
        Use switch --with-ssl to configure
      BUILD/compile-pentium-debug-yassl:
        Use switch --with-ssl to configure
      configure.in:
        Change to use the MYSQL_CHECK_SSL macro from ssl.m4
      config/ac-macros/ssl.m4:
        New BitKeeper file ``config/ac-macros/ssl.m4''
      5c5c5e75