• unknown's avatar
    Makefile.am: · e653fbc3
    unknown authored
      Link with CLIENT_EXTRA_LDFLAGS, enable us to
      pass on libtool flags '-full-static' and '-static'
      using '--with-client-ldflags' to configure.
    mysql.spec.sh:
      Pass '-static' to libtool, link static with our
      own libraries, dynamic with system libraries.
      Link with the bundled zlib.
    
    
    support-files/mysql.spec.sh:
      Pass '-static' to libtool, link static with our
      own libraries, dynamic with system libraries.
      Link with the bundled zlib.
    server-tools/instance-manager/Makefile.am:
      Link with CLIENT_EXTRA_LDFLAGS, enable us to
      pass on libtool flags '-full-static' and '-static'
      using '--with-client-ldflags' to configure.
    e653fbc3
mysql.spec.sh 34.5 KB