getdns: add note for remove libbsd dependency
authorGuo Li <redacted>
Mon, 10 Sep 2018 08:00:48 +0000 (16:00 +0800)
committerYousong Zhou <redacted>
Tue, 25 Sep 2018 09:11:17 +0000 (17:11 +0800)
Signed-off-by: Guo Li <redacted>
libs/getdns/Makefile

index 2578659de6426f341f183ddb0cec16533a7f6b8e..4992b088f6544a3fa39a51075e8b413a2cdfffd3 100644 (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
git clone https://git.99rst.org/PROJECT