Opened 5 years ago

Closed 3 years ago

#58568 closed defect (fixed)

poco @1.8.0.1: Don't look for files in /usr/local/opt/openssl/include

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: arjanvandervelde (Arjan van der Velde)
Priority: Normal Milestone:
Component: ports Version:
Keywords: Cc:
Port: poco

Description

The build of poco uses this flag on the compile lines:

-I/usr/local/opt/openssl/include

It should not do that. We don't want any files that might be located there to be used. We only want to use openssl files installed by MacPorts.

Change History (1)

comment:1 Changed 3 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: assignedclosed

In b5cbaac71f5b241c4bec2f324d65f80643d2e013/macports-ports (master):

poco: Don't look in /usr/local/opt/openssl

Closes: #58568

Note: See TracTickets for help on using tickets.