1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-19 00:13:33 +00:00
freebsd-ports/net/libwebsockets
Felix Palmen 986cbcf341 net/libwebsockets: Fix build with LibreSSL
The build system uses both cmake and pkg-config to find OpenSSL and just
combines the results. Our base OpenSSL didn't provide a pkg-config file
until recently, but the LibreSSL port does. From the cmake detection, we
get absolute library paths, from pkg-config just library names (-lssl).
The latter are found in base during linking. The result is linking both
OpenSSL and LibreSSL.

Therefore add a patch that just skips pkg-config for OpenSSL and remove
the broken workaround from the port Makefile.

PR:		271495
Approved by:	tcberner (mentor, implicit)
2023-05-19 23:19:02 +02:00
..
files net/libwebsockets: Fix build with LibreSSL 2023-05-19 23:19:02 +02:00
distinfo net/libwebsockets: Switch back to upstream website 2023-02-22 03:33:03 +01:00
Makefile net/libwebsockets: Fix build with LibreSSL 2023-05-19 23:19:02 +02:00
pkg-descr
pkg-plist