• Sergei Golubchik's avatar
    MDEV-3826 compilation of client programs fail: m_string.h tries to include <mysql/plugin.h> · 3a1fdc9e
    Sergei Golubchik authored
    mysql_config:
    - add not only $pkgincludedir, but also $pkgincludedir/.. to the header search path,
      for #include <mysql/plugin.h> to work
    
    
    scripts/mysql_config.sh:
      - don't support headers in */include anymore. only in */include/mysql
      - remove the incorrect "bug fix" (fixed correctly long time ago)
      - add not only $pkgincludedir, but also $pkgincludedir/.. to the header search path,
        for #include <mysql/plugin.h> to work
      - but don't do it, if $pkgincludedir/.. is /usr/include
    3a1fdc9e
mysql_config.sh 6.59 KB