diff options
author | Guo Li <uxgood.org@gmail.com> | 2018-09-10 16:00:48 +0800 |
---|---|---|
committer | Yousong Zhou <yszhou4tech@gmail.com> | 2018-09-25 17:11:17 +0800 |
commit | d0766135ade4409103cd5bfbd6180a41c4f2741a (patch) | |
tree | 1255db933d8e1df92dcef1d8b58c5a75622a4385 /libs/getdns | |
parent | 035b22b2085c1dc5f5788a941a44f69de757826b (diff) |
getdns: add note for remove libbsd dependency
Signed-off-by: Guo Li <uxgood.org@gmail.com>
Diffstat (limited to 'libs/getdns')
-rw-r--r-- | libs/getdns/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libs/getdns/Makefile b/libs/getdns/Makefile index 2578659de..4992b088f 100644 --- a/libs/getdns/Makefile +++ b/libs/getdns/Makefile @@ -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 |