Path to this page:
Subject: CVS commit: pkgsrc/www/libwebsockets
From: Niclas Rosenvik
Date: 2024-11-30 12:39:02
Message id: 20241130113902.D6020FC1C@cvs.NetBSD.org
Log Message:
www/libwebsockets: Remove PRIVATE from target_link_libraries to fix build
All target_link_libraries must either set PRIVATE or PUBLIC or all must
not set them. So remove PRIVATE to fix build where libdl exists.
dl is added to INTERFACE_LINK_LIBRARIES even if PRIVATE is set
since it is also added somewhere else in the build.
Files: