git.99rst.org
/
openwrt-packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
035b22b
)
getdns: add note for remove libbsd dependency
author
Guo Li
<redacted>
Mon, 10 Sep 2018 08:00:48 +0000
(16:00 +0800)
committer
Yousong Zhou
<redacted>
Tue, 25 Sep 2018 09:11:17 +0000
(17:11 +0800)
Signed-off-by: Guo Li <redacted>
libs/getdns/Makefile
patch
|
blob
|
history
diff --git
a/libs/getdns/Makefile
b/libs/getdns/Makefile
index 2578659de6426f341f183ddb0cec16533a7f6b8e..4992b088f6544a3fa39a51075e8b413a2cdfffd3 100644
(file)
--- 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
git clone https://git.99rst.org/PROJECT