Skip to content

Commit

Permalink
mysql56: don't for /usr/bin/libtool
Browse files Browse the repository at this point in the history
we need the libtool from cctools for newer objects
  • Loading branch information
kencu committed Jun 8, 2020
1 parent 17b811a commit 711eff2
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions databases/mysql56/Portfile
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,11 @@ if {$subport eq $name} {
${worksrcpath}/scripts/mysql_install_db.pl.in
reinplace "s|@BINDIR@|${prefix}/lib/${name}/bin|g" \
${worksrcpath}/scripts/mysql_secure_installation.pl.in

# don't force /usr/bin/libtool -- allow cctools' version to be used
reinplace "s|/usr/bin/libtool|libtool|g" \
${worksrcpath}/cmake/libutils.cmake

}

configure.args-delete \
Expand Down

0 comments on commit 711eff2

Please sign in to comment.