Browse Source

getdns: add note for remove libbsd dependency

Signed-off-by: Guo Li <uxgood.org@gmail.com>
lilik-openwrt-22.03
Guo Li 6 years ago
committed by Yousong Zhou
parent
commit
d0766135ad
1 changed files with 3 additions and 0 deletions
  1. +3
    -0
      libs/getdns/Makefile

+ 3
- 0
libs/getdns/Makefile View File

@ -55,6 +55,9 @@ CONFIGURE_ARGS += \
$(if $(CONFIG_GETDNS_ENABLE_IDN_LIBIDN2), , --without-libidn2 ) \ $(if $(CONFIG_GETDNS_ENABLE_IDN_LIBIDN2), , --without-libidn2 ) \
--with-ssl="$(STAGING_DIR)/usr" \ --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 CONFIGURE_VARS += LIBBSD_LIBS=-lc
define Build/InstallDev define Build/InstallDev


Loading…
Cancel
Save