mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-09-21 13:41:20 +02:00
14 lines
277 B
Diff
14 lines
277 B
Diff
diff --git a/Makefile b/Makefile
|
|
index 43d03e2..53e863c 100644
|
|
--- a/Makefile
|
|
+++ b/Makefile
|
|
@@ -6,7 +6,7 @@ CHECKS:=check
|
|
BUILDOPTS:=-v
|
|
GOPATH?=$(HOME)/go
|
|
MAKEPWD:=$(dir $(realpath $(firstword $(MAKEFILE_LIST))))
|
|
-CGO_ENABLED?=0
|
|
+CGO_ENABLED?=1
|
|
|
|
.PHONY: all
|
|
all: coredns
|