[Bug 230839] databases/mariadb100-client creates invalid mysql_config script
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Thu Aug 23 10:11:34 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230839
Bug ID: 230839
Summary: databases/mariadb100-client creates invalid
mysql_config script
Product: Ports & Packages
Version: Latest
Hardware: Any
OS: Any
Status: New
Severity: Affects Only Me
Priority: ---
Component: Individual Port(s)
Assignee: brnrd at freebsd.org
Reporter: wolfgang at lyxys.ka.sub.org
Flags: maintainer-feedback?(brnrd at freebsd.org)
Assignee: brnrd at freebsd.org
mariadb100-client creates a script /usr/local/bin/mysql_config which is used by
other ports to find out how to link to the database client. This file defines
variables libs and libs_r as containing "-l-pthread". This should be
"-lpthread" instead; the current version results in other ports failing to
build, e.g. databases/py-mysqlclient, databases/py-MySQLdb,
databases/py-mysqlclient at py36, databases/rubygem-mysql2 and
databases/py-MySQLdb56.
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-ports-bugs
mailing list