Opened 7 months ago

Closed 6 months ago

#13087 closed Bug report (fixed)

libfilezilla-0.47 hardcodes -ldl

Reported by: Thomas Klausner Owned by:
Priority: normal Component: libfilezilla
Keywords: Cc:
Component version: 0.47.0 Operating system type: BSD
Operating system version:

Description

In some Unixes, like Linux, dlopen() and friends are provided by libdl.
In others, like most BSDs and I think macOS, dlopen() is part of libc and there is no libdl.

See the man pages for FreeBSD, NetBSD, and OpenBSD - I wanted to include links but then SpamBayes blocked the report as spam.

libfilezilla-0.47 wants to link against libdl. Please make it check first if the library exists. Thank you!

Change History (1)

comment:1 by Tim Kosse, 6 months ago

Resolution: fixed
Status: newclosed

Thank you, a fix for this issue has been committed to the repository.

Note: See TracTickets for help on using tickets.