1. 30 Jul, 2004 1 commit
    • unknown's avatar
      - added the MYSQL_EXTRA_LDFLAGS to the mysql_tzinfo_to_sql link · 9f9b353d
      unknown authored
         flags to enable static linking (to avoid having a shared lib
         dependency in the Linux RPMs)
       - Disabled OpenSSL in the Max RPM
      
      
      sql/Makefile.am:
         - added the MYSQL_EXTRA_LDFLAGS to the mysql_tzinfo_to_sql link
           flags to enable static linking (to avoid having a shared lib
           dependency in the Linux Server RPMs)
      support-files/mysql.spec.sh:
         - Disable OpenSSL in the Max RPM
      9f9b353d
  2. 29 Jul, 2004 10 commits
  3. 28 Jul, 2004 11 commits
  4. 27 Jul, 2004 11 commits
  5. 26 Jul, 2004 4 commits
  6. 24 Jul, 2004 3 commits
    • unknown's avatar
      WL#1518, "make bundled zlib usable for unix builds": · 313eb010
      unknown authored
      required autotools macro written and deployed in all apropriate Makefile.ams.
      Use cases checked:
      - linux, standard location of zlib, no ndb
      - linux, standard locatoin of zlib, with ndb
      - linux, non-standard location of zlib, no ndb
      - hpux11, use of bundled zlib, no ndb 
      The only non-checked case is non-standard location of zlib (or use of bundled
      zlib) + ndb. I wasn't able to check it as ndb/ just won't compile on beasts 
      like AIX52 or HPUX11, where such a check is possible. It didn't compile 
      there before as these systems dont't have installed zlib, so nothing got broken ;)
      
      
      Makefile.am:
        WL#1518 "make bundled zlib usable for unix builds", part 2:
        - zlib dir should be built only if there is no system zlib available;
          with introducing of DIST_SUBDIRS goal, os2, BUILD and SSH now only entered
          if make dist
      acinclude.m4:
        WL#1518, "make bundled zlib usable for unix builds":
        - actual implementation of the check for various zlib usage options
      configure.in:
        WL#1518, "make bundled zlib usable for unix builds":
        - MYSQL_CHECK_ZLIB_WITH_COMPRESS deployed
      libmysql/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      libmysql_r/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      libmysqld/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      myisam/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib binary dir added
      mysys/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
      sql/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir and library dir added
      tools/Makefile.am:
        WL#1518, "make bundled zlib usable for unix builds":
        - support for non-standard zlib include dir added
        - copyright added
      313eb010
    • unknown's avatar
    • unknown's avatar
      03093f8d