Commit Graph

8 Commits

Author SHA1 Message Date
Michal Schorm 76e6c4c773 Fix of mariadb-ownsetup patch.
Since we do CMake out-of-source builds, and the SOURCE and BUILD directiories differ, the bug that was present in the patch started to cause a issues.

In the CMake "CONFIGURE_FILE(<input> <output>)" command, the <input> path is treated relative to SOURCE dir, however the <output> patch is relative to BUILD dir.
Since the file has been copied to a wrong location, instead in-place updated as originally intended, the file that was later installed was the original unchanged file.

Resolves: #1873999, #1874446
2020-09-03 13:41:45 +02:00
Michal Schorm 43456681ea Remove PCDIR patch, upstreamed (in a way)
The upstream now defaults to the location we need, although the server pkgconfig file location is still NOT configurable.
The CMake INSTALL_PCDIR option affects only the client library pkgconfig file location.
2020-06-09 13:12:19 +02:00
Michal Schorm 383e14b547 Rebase to 10.4.13
Patch mariadb-pythonver upstreamed (upstream now use only python 3)
2020-06-08 10:25:56 +02:00
Honza Horak 26eedb7974 Expand variables in server.cnf 2015-11-03 13:05:53 +01:00
Jakub Dorňák 6290cad8ad Update to 10.1.8 2015-10-29 18:31:23 +01:00
Honza Horak fa8f2eb58c Do not use scl prefix more than once in paths
Based on https://www.redhat.com/archives/sclorg/2015-February/msg00038.html

Conflicts:
	mariadb.spec
	my.cnf.in
2015-03-06 21:31:18 +01:00
Honza Horak 093a0820af Fix typo in the config file 2015-01-26 17:55:15 +01:00
Honza Horak b2ee179e9b Move server settings to config file under my.cnf.d dir 2015-01-25 00:00:50 +01:00