[MDEV-19765] Bug in CMakeLists.txt introduced by MDEV-11670 Created: 2019-06-14  Updated: 2019-06-17  Resolved: 2019-06-17

Status: Closed
Project: MariaDB Server
Component/s: Configuration
Affects Version/s: 10.4.6
Fix Version/s: 10.4.6

Type: Bug Priority: Major
Reporter: Geoff Montee (Inactive) Assignee: Sergei Golubchik
Resolution: Fixed Votes: 0
Labels: None

Issue Links:
Problem/Incident
is caused by MDEV-11670 Multi instance config bug: main daemo... Closed

 Description   

This commit has a bug:

https://github.com/mariadb/server/commit/6e5c24663983a9d12e812af22414d01de32a6728

The following code references INSTALL_SYSCONFDIR instead of INSTALL_SYSCONF2DIR:

  IF(INSTALL_SYSCONFDIR)
    SET(sysconf2dir ${INSTALL_SYSCONF2DIR})

https://github.com/MariaDB/server/blob/6e5c24663983a9d12e812af22414d01de32a6728/support-files/CMakeLists.txt#L100


Generated at Thu Feb 08 08:54:12 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.