[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
01/09: gnu: mariadb: Install pkg-config file to a standard location.
From: |
Marius Bakke |
Subject: |
01/09: gnu: mariadb: Install pkg-config file to a standard location. |
Date: |
Sat, 28 Jul 2018 08:56:42 -0400 (EDT) |
mbakke pushed a commit to branch staging
in repository guix.
commit 4c27ea06d4f294613b267bdbec7c2896608c4189
Author: Marius Bakke <address@hidden>
Date: Thu Jul 26 14:34:27 2018 +0200
gnu: mariadb: Install pkg-config file to a standard location.
* gnu/packages/databases.scm (mariadb)[#:configure-flags]: Set
INSTALL_SHAREDIR to "share".
---
gnu/packages/databases.scm | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/gnu/packages/databases.scm b/gnu/packages/databases.scm
index b9ae9ee..0e30815 100644
--- a/gnu/packages/databases.scm
+++ b/gnu/packages/databases.scm
@@ -662,7 +662,7 @@ Language.")
"-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
- branch staging updated (9d21601 -> 3b6f8a4), Marius Bakke, 2018/07/28
- 01/09: gnu: mariadb: Install pkg-config file to a standard location.,
Marius Bakke <=
- 02/09: gnu: mariadb: Disable plugin that fails on armhf., Marius Bakke, 2018/07/28
- 06/09: gnu: mariadb: Delete test files and static libraries., Marius Bakke, 2018/07/28
- 05/09: gnu: mariadb: Remove some bundled libraries., Marius Bakke, 2018/07/28
- 09/09: gnu: libinput: Update to 1.11.3., Marius Bakke, 2018/07/28
- 03/09: gnu: mariadb: Run the full test suite., Marius Bakke, 2018/07/28
- 04/09: gnu: mariadb: Update to 10.1.34., Marius Bakke, 2018/07/28
- 07/09: build-system/meson: Remove RUNPATH workarounds., Marius Bakke, 2018/07/28
- 08/09: gnu: meson: Update to 0.47.1., Marius Bakke, 2018/07/28