mirror of
https://github.com/godotengine/buildroot.git
synced 2026-01-06 18:09:44 +03:00
wvstreams: fix openssl detection when statically linking
The openssl tests need to link against libz as libcrypto references it. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
@@ -24,6 +24,9 @@ WVSTREAMS_CONF_OPT += \
|
||||
--without-pam \
|
||||
--disable-warnings
|
||||
|
||||
# needed for openssl detection when statically linking (as ssl needs lz)
|
||||
WVSTREAMS_CONF_ENV += LIBS=-lz
|
||||
|
||||
ifeq ($(BR2_PACKAGE_DBUS),y)
|
||||
WVSTREAMS_DEPENDENCIES += dbus
|
||||
WVSTREAMS_CONF_OPT += --with-dbus
|
||||
|
||||
Reference in New Issue
Block a user