Files
genode-world/lib/import/import-ldns.mk
Emery Hemingway cdc389ef3d Port of ldns and drill
Drill is a DNS utility inspired by dig.

https://www.nlnetlabs.nl/projects/ldns/

Fix #99
2018-02-23 21:26:03 +01:00

4 lines
146 B
Makefile

LDNS_PORT_DIR := $(call select_from_ports,ldns)
INC_DIR += $(LDNS_PORT_DIR)/include
CC_DEF += -DLDNS_TRUST_ANCHOR_FILE=\"/etc/unbound/root.key\"