Commit aa60e76c authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

wvstreams: fix openssl detection when statically linking



The openssl tests need to link against libz as libcrypto references it.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent b03e04f3
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -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