Uploaded image for project: 'MariaDB Server'
  1. MariaDB Server
  2. MDEV-22053

Missing support for Debian Install Layout in C/C subproject

    XMLWordPrintable

Details

    • Bug
    • Status: Closed (View Workflow)
    • Major
    • Resolution: Fixed
    • 10.2
    • 10.5.3
    • Packaging
    • None

    Description

      Building the server package with cmake parameter -DINSTALL_LAYOUT=DEB will result in wrong installation directories for Connector/C.

      How to fix:

      --- a/cmake/mariadb_connector_c.cmake
      +++ b/cmake/mariadb_connector_c.cmake
      @@ -24,6 +24,8 @@ SET(CONC_WITH_MYSQLCOMPAT ON)
       
       IF (INSTALL_LAYOUT STREQUAL "RPM")
         SET(CONC_INSTALL_LAYOUT "RPM")
      +ELSEIF (INSTALL_LAYOUT STREQUAL "DEB")
      +  SET(CONC_INSTALL_LAYOUT "DEB")
       ELSE()
         SET(CONC_INSTALL_LAYOUT "DEFAULT")
       ENDIF()
      

      Attachments

        Issue Links

          Activity

            People

              otto Otto Kekäläinen
              georg Georg Richter
              Votes:
              0 Vote for this issue
              Watchers:
              2 Start watching this issue

              Dates

                Created:
                Updated:
                Resolved:

                Git Integration

                  Error rendering 'com.xiplink.jira.git.jira_git_plugin:git-issue-webpanel'. Please contact your Jira administrators.