ports/sysutils/fleetctl/patches/patch-build

9 lines
336 B
Text
Raw Normal View History

2023-08-16 22:26:55 +00:00
--- build.orig Thu Sep 8 14:21:05 2016
+++ build Thu Sep 8 14:21:12 2016
@@ -21,4 +21,4 @@ else
fi
echo "Building fleetctl..."
-CGO_ENABLED=0 go build -o bin/fleetctl -a -installsuffix netgo -ldflags '-s' ${REPO_PATH}/fleetctl
+CGO_ENABLED=0 go build -x -o bin/fleetctl -a -installsuffix netgo -ldflags '-s' ${REPO_PATH}/fleetctl