Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 11 May 2016 20:10:51 +0000 (UTC)
From:      Bernard Spil <brnrd@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r415024 - head/databases/mariadb100-server
Message-ID:  <201605112010.u4BKApsZ096822@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: brnrd
Date: Wed May 11 20:10:51 2016
New Revision: 415024
URL: https://svnweb.freebsd.org/changeset/ports/415024

Log:
  databases/mariadb100-server: Fix package builder failures
  
    - Add dependency on OpenSSL from ports
    - As per PR206998 this fixes the relocation error [1]
  
  [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=206998#c102
  
  PR:		209419

Modified:
  head/databases/mariadb100-server/Makefile

Modified: head/databases/mariadb100-server/Makefile
==============================================================================
--- head/databases/mariadb100-server/Makefile	Wed May 11 20:04:22 2016	(r415023)
+++ head/databases/mariadb100-server/Makefile	Wed May 11 20:10:51 2016	(r415024)
@@ -92,6 +92,8 @@ TOKUDB_PORTDOCS=	PATENTS README.md
 
 FASTMTX_CMAKE_ON=	-DWITH_FAST_MUTEXES=1
 USE_OPENSSL=		yes
+# See PR209419, MariaDB 10.0 fails to build with base SSL libs
+WITH_OPENSSL_PORT=	yes
 
 .if defined(CLIENT_ONLY)
 # MySQL-Client part



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201605112010.u4BKApsZ096822>