We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e0322b commit 0dbfa10Copy full SHA for 0dbfa10
contrib/src/microdns/rules.mak
@@ -3,8 +3,11 @@
3
LIBMICRODNS_VERSION := 0.0.2
4
LIBMICRODNS_URL := https://github.com/videolabs/libmicrodns/releases/download/$(LIBMICRODNS_VERSION)/microdns-$(LIBMICRODNS_VERSION).tar.gz
5
6
+ifdef BUILD_NETWORK
7
+PKGS += microdns
8
+endif
9
ifeq ($(call need_pkg,"microdns >= 0.0.1"),)
-PKGS_FOUND += libmicrodns
10
+PKGS_FOUND += microdns
11
endif
12
13
$(TARBALLS)/microdns-$(LIBMICRODNS_VERSION).tar.gz:
0 commit comments