opnsense-ports/devel/gitlab-shell/files/patch-Makefile
Franco Fichtner 1f662f30ae */*: sync with upstream
Taken from: FreeBSD
2023-11-29 09:23:15 +01:00

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/')