I broke the config that told libdvdread to use it's internal
implementation of dlopen. It tried to use system dlopen, but we don't
add -ldl to the link line. So it fails to link
LIBDVDREAD.FETCH.url += https://download.videolan.org/pub/videolan/libdvdread/6.0.1/libdvdread-6.0.1.tar.bz2
LIBDVDREAD.FETCH.sha256 = 28ce4f0063883ca4d37dfd40a2f6685503d679bca7d88d58e04ee8112382d5bd
-ifeq (1-mingw,$(BUILD.cross)-$(BUILD.system))
+ifeq (1-mingw,$(HOST.cross)-$(HOST.system))
LIBDVDREAD.CONFIGURE.extra = --enable-dlfcn
endif