Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/5] package/mariadb: use host-openssl from buildroot-system
@ 2019-09-15 19:35 Ryan Coe
  2019-09-15 19:35 ` [Buildroot] [PATCH 2/5] package/mariadb: add bug tracker link to existing patch Ryan Coe
                   ` (6 more replies)
  0 siblings, 7 replies; 16+ messages in thread
From: Ryan Coe @ 2019-09-15 19:35 UTC (permalink / raw)
  To: buildroot

From: Peter Seiderer <ps.report@gmx.net>

- change WITH_SSL for host build from bundled to system (and add
  host-openssl dependency) to avoid the following configure failure:

  CMake Error at /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:137 (message):
    Could NOT find GnuTLS (missing: GNUTLS_LIBRARY GNUTLS_INCLUDE_DIR)
    (Required is at least version "3.3.24")
  Call Stack (most recent call first):
    /usr/share/cmake/Modules/FindPackageHandleStandardArgs.cmake:378 (_FPHSA_FAILURE_MESSAGE)
    /usr/share/cmake/Modules/FindGnuTLS.cmake:54 (FIND_PACKAGE_HANDLE_STANDARD_ARGS)
    libmariadb/CMakeLists.txt:298 (FIND_PACKAGE)

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Tested-by: Ryan Coe <bluemrp9@gmail.com>
---
 package/mariadb/mariadb.mk | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/package/mariadb/mariadb.mk b/package/mariadb/mariadb.mk
index bc22642beb..8aa10d6de1 100644
--- a/package/mariadb/mariadb.mk
+++ b/package/mariadb/mariadb.mk
@@ -86,7 +86,8 @@ MARIADB_CONF_OPTS += \
 	-DMYSQL_DATADIR=/var/lib/mysql \
 	-DMYSQL_UNIX_ADDR=$(MYSQL_SOCKET)
 
-HOST_MARIADB_CONF_OPTS += -DWITH_SSL=OFF
+HOST_MARIADB_DEPENDENCIES = host-openssl
+HOST_MARIADB_CONF_OPTS += -DWITH_SSL=system
 
 # Some helpers must be compiled for host in order to crosscompile mariadb for
 # the target. They are then included by import_executables.cmake which is
-- 
2.17.1

^ permalink raw reply related	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2019-09-30 12:21 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-09-15 19:35 [Buildroot] [PATCH 1/5] package/mariadb: use host-openssl from buildroot-system Ryan Coe
2019-09-15 19:35 ` [Buildroot] [PATCH 2/5] package/mariadb: add bug tracker link to existing patch Ryan Coe
2019-09-30 12:18   ` Peter Korsgaard
2019-09-15 19:35 ` [Buildroot] [PATCH 3/5] package/mariadb: bump to version 10.3.17 Ryan Coe
2019-09-30 12:21   ` Peter Korsgaard
2019-09-15 19:35 ` [Buildroot] [PATCH 4/5] package/mariadb: bump to version 10.3.18 Ryan Coe
2019-09-15 20:02   ` Thomas Petazzoni
2019-09-16 13:16     ` Ryan Coe
2019-09-15 19:35 ` [Buildroot] [PATCH 5/5] package/mariadb: fix build error with newer cmake Ryan Coe
2019-09-15 20:04   ` Thomas Petazzoni
2019-09-16 13:17     ` Ryan Coe
2019-09-30 12:17   ` Peter Korsgaard
2019-09-15 20:00 ` [Buildroot] [PATCH 1/5] package/mariadb: use host-openssl from buildroot-system Thomas Petazzoni
2019-09-16 13:26   ` Ryan Coe
2019-09-21 12:51 ` Arnout Vandecappelle
2019-09-30 12:15 ` Peter Korsgaard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox