Skip to content

Commit

Permalink
mysql8: Use openssl PG to configure build
Browse files Browse the repository at this point in the history
  • Loading branch information
cjones051073 committed Oct 21, 2021
1 parent f2b1952 commit 9a562be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions databases/mysql8/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@ if {$subport eq $name} {
PortGroup select 1.0
PortGroup compiler_blacklist_versions 1.0
PortGroup legacysupport 1.0
PortGroup openssl 1.0

description Multithreaded SQL database server
long_description MySQL is an open-source, multi-threaded SQL database.
Expand All @@ -57,8 +58,7 @@ if {$subport eq $name} {
sha256 9995e192e68528793755692917f9eb6422f3052a53c5e13ba278a228af6c7acf \
size 128699082

depends_lib-append path:lib/libssl.dylib:openssl \
port:cyrus-sasl2 \
depends_lib-append port:cyrus-sasl2 \
port:icu \
port:zlib \
port:zstd
Expand Down

0 comments on commit 9a562be

Please sign in to comment.