From 08369746d38eee8e924fc11cf89d75e25e5afecc Mon Sep 17 00:00:00 2001 From: Erich Cordoba Date: Thu, 19 Jul 2018 18:25:47 -0500 Subject: [PATCH] Add bison build requirement for mariadb MariaDB downloaded from upstream requires bison to build, this caused a failure in the building. Adding the proper line in the spec file solves the issue Story: 2003041 Task: 23075 Change-Id: I4d404ae02b9e3166fb49bed318058860a4e1519f Signed-off-by: Erich Cordoba Signed-off-by: Scott Little --- database/mariadb/centos/mariadb.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/database/mariadb/centos/mariadb.spec b/database/mariadb/centos/mariadb.spec index 1ca23fa92..5a1a82ac6 100644 --- a/database/mariadb/centos/mariadb.spec +++ b/database/mariadb/centos/mariadb.spec @@ -191,6 +191,7 @@ Patch40: %{pkgnamepatch}-galera.cnf.patch # Patch41: %{pkgnamepatch}-galera-new-cluster-help.patch BuildRequires: cmake +BuildRequires: bison BuildRequires: gcc-c++ BuildRequires: libaio-devel BuildRequires: libedit-devel