Opened 15 months ago
Closed 15 months ago
#67962 closed defect (fixed)
mysql8 @8.0.34_1: uses bundled zlib while specifying zlib dependency
Reported by: | chrstphrchvz (Christopher Chavez) | Owned by: | herbygillot (Herby Gillot) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | ||
Port: | mysql8 mysql81 |
Description
During update to 8.0.33 [0a622d93d254/macports-ports], -DWITH_ZLIB:PATH=system
was replaced with -DWITH_ZLIB:PATH=bundled
in configure.args
. Why was this done, when the port still specifies port:zlib
in depends_lib
?
Change History (3)
comment:1 Changed 15 months ago by chrstphrchvz (Christopher Chavez)
Port: | mysql81 added |
---|
comment:2 Changed 15 months ago by chrstphrchvz (Christopher Chavez)
My guess is that this was due to https://bugs.mysql.com/bug.php?id=110745 . That was resolved in 8.0.34 and 8.1.0, so I will propose restoring -DWITH_ZLIB:PATH=system
: https://github.com/macports/macports-ports/pull/19896
comment:3 Changed 15 months ago by chrstphrchvz (Christopher Chavez)
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
Also applies to mysql81.