tech-pkg archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: Request for review and import: libxls, libxlsxwriter, sc-im



On Tue, Dec 11, 2018 at 02:39:15PM +0100, Benny Siegert wrote:
> Regarding sc-im:
>  - The patch to Makefile is wrong, in that it never uses -ldl. I think
> you should include "../../mk/dlopen.buildlink3.mk" and use the values
> of DL_CFLAGS, DL_LDFLAGS and/or DL_LIBS. Or perhaps just disable it on
> NetBSD by adding
> 
> .if ${OSTYPE} == "NetBSD"
> BUILDLINK_TRANSFORM+= rm:-ldl
> .endif

The former is much better, there are very few systems that actually
*need* -ldl.

Joerg


Home | Main Index | Thread Index | Old Index