[MacPorts] #54412: nghttp2 @1.23.1 won't build on Snow Leopard, Mac OS X 10.6.8, (cxx_stdlib = libc++) because of "Undefined symbols for architecture x86_64"
MacPorts
noreply at macports.org
Mon Jul 3 18:55:49 UTC 2017
#54412: nghttp2 @1.23.1 won't build on Snow Leopard, Mac OS X 10.6.8, (cxx_stdlib =
libc++) because of "Undefined symbols for architecture x86_64"
------------------------+-------------------------
Reporter: ballapete | Owner: Schamschula
Type: defect | Status: assigned
Priority: Normal | Milestone:
Component: ports | Version: 2.4.1
Resolution: | Keywords: snowleopard
Port: nghttp2 |
------------------------+-------------------------
Comment (by kencu):
If you need this right away Peter, download this Portfile into some folder
<https://github.com/kencu/SnowLeopardPorts/blob/master/sysutils/snowleopardfixes/Portfile>,
`sudo port -v install +universal` it, and then stick this in the nghttp2
Portfile somewhere:
{{{
if {${os.platform} eq "darwin" && ${os.major} < 11} {
depends_lib-append port:snowleopardfixes
configure.ldflags-append -lsnowleopardfixes
}
}}}
and success will come your way. BTW, you seem to use more ports I've never
heard of before than almost anyone else !
Let me know if you have any troubles with it.
--
Ticket URL: <https://trac.macports.org/ticket/54412#comment:12>
MacPorts <https://www.macports.org/>
Ports system for macOS
More information about the macports-tickets
mailing list