alsa-project / alsa-lib

The Advanced Linux Sound Architecture (ALSA) - library
GNU Lesser General Public License v2.1
357 stars 176 forks source link

avoid libdl detecion on *BSD #290

Closed jg1uaa closed 1 year ago

jg1uaa commented 1 year ago

NetBSD and OpenBSD has no libdl FreeBSD and DragonFlyBSD has libdl but dummy

These OSes are no need to use -ldl to use dlopen()

jg1uaa commented 1 year ago

more simple way is suggested at https://marc.info/?l=openbsd-ports&m=167273670507111&w=2 I will try it later