• unknown's avatar
    Not all RPM builds can use the bundled zlib, due to dependency and link conflicts. Solve this. · 4e1bc5ab
    unknown authored
    
    support-files/mysql.spec.sh:
      We cannot always use the bundled zlib, as this conflicts with the "shared" build of the "max" binary.
      The fully static RPM build on "build" also does not work with the bundled zlib.
      With this change, we use the bundled zlib for "standard" RPMs (unless fully stytic, "build")
      and the one already installed onm the system for the "max" build which is also labeled "experimental".
    4e1bc5ab
mysql.spec.sh 34.5 KB