svn commit: r415086 - branches/2016Q2/databases/mariadb100-server

Bernard Spil brnrd at FreeBSD.org
Thu May 12 19:25:08 UTC 2016


Author: brnrd
Date: Thu May 12 19:25:06 2016
New Revision: 415086
URL: https://svnweb.freebsd.org/changeset/ports/415086

Log:
  MFH: r415024
  
  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
  
  Approved by:	ports-secteam (junovitch)

Modified:
  branches/2016Q2/databases/mariadb100-server/Makefile
Directory Properties:
  branches/2016Q2/   (props changed)

Modified: branches/2016Q2/databases/mariadb100-server/Makefile
==============================================================================
--- branches/2016Q2/databases/mariadb100-server/Makefile	Thu May 12 19:19:43 2016	(r415085)
+++ branches/2016Q2/databases/mariadb100-server/Makefile	Thu May 12 19:25:06 2016	(r415086)
@@ -90,6 +90,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


More information about the svn-ports-all mailing list