From: Peter Korsgaard Date: Wed, 19 Jun 2013 21:55:29 +0000 (+0200) Subject: wvstreams: fix openssl detection when statically linking X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=aa60e76c02f21edb461f16ae4a7f62ea3b2c1d0b;p=buildroot.git wvstreams: fix openssl detection when statically linking The openssl tests need to link against libz as libcrypto references it. Signed-off-by: Peter Korsgaard --- diff --git a/package/wvstreams/wvstreams.mk b/package/wvstreams/wvstreams.mk index d363f4c1d8..65f48d4037 100644 --- a/package/wvstreams/wvstreams.mk +++ b/package/wvstreams/wvstreams.mk @@ -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