All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH 1/1] host-mariadb: compile against bundled yassl
@ 2017-07-28 10:44 Adam Duskett
  2017-07-28 22:43 ` Arnout Vandecappelle
  2017-09-04  7:04 ` Peter Korsgaard
  0 siblings, 2 replies; 3+ messages in thread
From: Adam Duskett @ 2017-07-28 10:44 UTC (permalink / raw)
  To: buildroot

On Fedora26, openssl 1.1.x is included by default.  This causes build errors
when building the host variant of mariadb.

Addings -DWITH_SSL=bundled fixes this issue.

Signed-off-by: Adam Duskett <aduskett@gmail.com>
---
 package/mariadb/mariadb.mk | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/package/mariadb/mariadb.mk b/package/mariadb/mariadb.mk
index 1d6c2bcc4..db538fd0f 100644
--- a/package/mariadb/mariadb.mk
+++ b/package/mariadb/mariadb.mk
@@ -67,6 +67,8 @@ MARIADB_CONF_OPTS += \
 	-DMYSQL_DATADIR=/var/lib/mysql \
 	-DMYSQL_UNIX_ADDR=$(MYSQL_SOCKET)
 
+HOST_MARIADB_CONF_OPTS += -DWITH_SSL=bundled
+
 # 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
 # generated during the build of the host helpers. It is not necessary to build
-- 
2.13.3

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

* [Buildroot] [PATCH 1/1] host-mariadb: compile against bundled yassl
  2017-07-28 10:44 [Buildroot] [PATCH 1/1] host-mariadb: compile against bundled yassl Adam Duskett
@ 2017-07-28 22:43 ` Arnout Vandecappelle
  2017-09-04  7:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Arnout Vandecappelle @ 2017-07-28 22:43 UTC (permalink / raw)
  To: buildroot



On 28-07-17 12:44, Adam Duskett wrote:
> On Fedora26, openssl 1.1.x is included by default.  This causes build errors
> when building the host variant of mariadb.
> 
> Addings -DWITH_SSL=bundled fixes this issue.
> 
> Signed-off-by: Adam Duskett <aduskett@gmail.com>


 Applied to master, thanks.

 Regards,
 Arnout

-- 
Arnout Vandecappelle                          arnout at mind be
Senior Embedded Software Architect            +32-16-286500
Essensium/Mind                                http://www.mind.be
G.Geenslaan 9, 3001 Leuven, Belgium           BE 872 984 063 RPR Leuven
LinkedIn profile: http://www.linkedin.com/in/arnoutvandecappelle
GPG fingerprint:  7493 020B C7E3 8618 8DEC 222C 82EB F404 F9AC 0DDF

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

* [Buildroot] [PATCH 1/1] host-mariadb: compile against bundled yassl
  2017-07-28 10:44 [Buildroot] [PATCH 1/1] host-mariadb: compile against bundled yassl Adam Duskett
  2017-07-28 22:43 ` Arnout Vandecappelle
@ 2017-09-04  7:04 ` Peter Korsgaard
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Korsgaard @ 2017-09-04  7:04 UTC (permalink / raw)
  To: buildroot

>>>>> "Adam" == Adam Duskett <aduskett@gmail.com> writes:

 > On Fedora26, openssl 1.1.x is included by default.  This causes build errors
 > when building the host variant of mariadb.

 > Addings -DWITH_SSL=bundled fixes this issue.

 > Signed-off-by: Adam Duskett <aduskett@gmail.com>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-09-04  7:04 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-07-28 10:44 [Buildroot] [PATCH 1/1] host-mariadb: compile against bundled yassl Adam Duskett
2017-07-28 22:43 ` Arnout Vandecappelle
2017-09-04  7:04 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.