mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-12-25 22:08:16 -05:00
gnu: mariadb: Install pkg-config file to a standard location.
* gnu/packages/databases.scm (mariadb)[#:configure-flags]: Set INSTALL_SHAREDIR to "share".
This commit is contained in:
parent
9d2160171c
commit
4c27ea06d4
1 changed files with 1 additions and 1 deletions
|
@ -662,7 +662,7 @@ (define-public mariadb
|
|||
"-DINSTALL_SUPPORTFILESDIR=share/mysql/support-files"
|
||||
"-DINSTALL_MYSQLSHAREDIR=share/mysql"
|
||||
"-DINSTALL_DOCDIR=share/mysql/docs"
|
||||
"-DINSTALL_SHAREDIR=share/mysql")
|
||||
"-DINSTALL_SHAREDIR=share")
|
||||
#:phases
|
||||
(modify-phases %standard-phases
|
||||
(add-before
|
||||
|
|
Loading…
Reference in a new issue