getdns: add note for remove libbsd dependency

Signed-off-by: Guo Li <uxgood.org@gmail.com>
This commit is contained in:
Guo Li 2018-09-10 16:00:48 +08:00 committed by Yousong Zhou
parent 035b22b208
commit d0766135ad

View file

@ -55,6 +55,9 @@ CONFIGURE_ARGS += \
$(if $(CONFIG_GETDNS_ENABLE_IDN_LIBIDN2), , --without-libidn2 ) \
--with-ssl="$(STAGING_DIR)/usr" \
# This will make 'configure' think that our libbsd.so is missing the
# functions inet_pton, inet_ntop, strlcpy and use the builtin. This
# removes the libbsd dependency
CONFIGURE_VARS += LIBBSD_LIBS=-lc
define Build/InstallDev