Move stubby from genode to genode-world

Issue genodelabs/genode#3789
This commit is contained in:
Norman Feske
2020-06-26 11:28:37 +02:00
parent a50a742a2f
commit 471283c69d
23 changed files with 1247 additions and 0 deletions

12
lib/mk/getdns-gldns.mk Normal file
View File

@@ -0,0 +1,12 @@
include $(REP_DIR)/lib/import/import-libgetdns.mk
GLDNS_SRC_DIR := $(GETDNS_PORT_DIR)/src/lib/getdns/src/gldns
LIBS += libc libssl
INC_DIR += $(GLDNS_SRC_DIR)/..
INC_DIR += $(REP_DIR)/src/lib/getdns
SRC_C += $(notdir $(wildcard $(GLDNS_SRC_DIR)/*.c))
vpath %.c $(GLDNS_SRC_DIR)