[MacPorts] #65150: nginx @1.21.6+lua: undefined symbols
MacPorts
noreply at macports.org
Thu May 12 10:34:02 UTC 2022
#65150: nginx @1.21.6+lua: undefined symbols
-------------------------+------------------------
Reporter: ryandesign | Owner: neverpanic
Type: defect | Status: closed
Priority: Normal | Milestone:
Component: ports | Version: 2.7.99
Resolution: fixed | Keywords:
Port: nginx |
-------------------------+------------------------
Comment (by ryandesign):
In [changeset:"bf80dad3ce605bd1ba19e553b3745cfb7827252b/macports-ports"
bf80dad3ce605bd1ba19e553b3745cfb7827252b/macports-ports] (master):
{{{
#!ConfigurableCommitTicketReference repository="macports-ports"
revision="bf80dad3ce605bd1ba19e553b3745cfb7827252b"
nginx: Make variants work again
The fix for https://trac.macports.org/ticket/65150 had the unintended
consequence that the configure arguments from all variants were ignored.
In Tcl, "#" only starts a comment at the beginning of a line, so the "#
pcre2 breaks the lua module" comment was added to the configure args
literally. Configure args for the variants were added after that, but
because the shell recognizes "#" as a comment character anywhere in the
line, all those added configure args were ignored.
}}}
--
Ticket URL: <https://trac.macports.org/ticket/65150#comment:3>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list