• unknown's avatar
    - Fixed build failure in mysql.spec.sh - linking against the special · b42ca98d
    unknown authored
      patched glibc would force static linking, which does not work with
      OpenSSL (which is now part of the Max binary)
    - RPM spec file cleanups
    - Init script cosmetical fix
    
    
    support-files/mysql.server.sh:
      - Fixed display output when waiting for mysqld process to shut down.
    support-files/mysql.spec.sh:
      - Reworked the build steps a little bit: the Max binary is supposed
        to include OpenSSL, which cannot be linked statically, thus trying
        to statically link against a special glibc is futile anyway.
      - Because of this, it is not required to make yet another build run
        just to compile the shared libs (saves a lot of build time)
      - Updated the package descriptions to reflect new configuration of the Max
        binary
      Added a %clean macro to clean up the BuildRoot afterwards
    b42ca98d
mysql.spec.sh 17.4 KB