forked from Lainports/opnsense-ports
11 lines
572 B
Text
11 lines
572 B
Text
--- Makefile.orig 2023-11-20 05:28:27 UTC
|
|
+++ Makefile
|
|
@@ -5,7 +5,7 @@ OS := $(shell uname | tr A-Z a-z)
|
|
GO_SOURCES := $(shell git ls-files \*.go)
|
|
VERSION_STRING := $(shell git describe --match v* 2>/dev/null || awk '$$0="v"$$0' VERSION 2>/dev/null || echo unknown)
|
|
BUILD_TIME := $(shell date -u +%Y%m%d.%H%M%S)
|
|
-BUILD_TAGS := tracer_static tracer_static_jaeger continuous_profiler_stackdriver gssapi
|
|
+BUILD_TAGS := tracer_static tracer_static_jaeger continuous_profiler_stackdriver
|
|
|
|
ARCH ?= $(shell uname -m | sed -e 's/x86_64/amd64/' | sed -e 's/aarch64/arm64/')
|
|
|