Skip to content

Commit

Permalink
MFH: r415024
Browse files Browse the repository at this point in the history
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)
  • Loading branch information
Sp1l committed May 12, 2016
1 parent 32aeb14 commit c81ce95
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions databases/mariadb100-server/Makefile
Expand Up @@ -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
Expand Down

0 comments on commit c81ce95

Please sign in to comment.