- Update to version 6.13.0+git20241006.7a0320fc2: * Typo fix: programmatically (#1679) * make dev for previous commit * 6.13.0-dev * 6.13 release docs * trying again with go version / go mod tidy * go mod tidy requires go 1.20 * miller 6.13.0 * Fix minor typo (#1673) * Fix 1668 error-source (#1672) * Characters to be removed (#1668) * Bump github/codeql-action from 3.26.10 to 3.26.11 (#1669) * Update source material for #1665 (#1666) * Update reference-verbs.md (#1665) * Bump github/codeql-action from 3.26.9 to 3.26.10 (#1664) * Bump actions/checkout from 4.1.7 to 4.2.0 (#1662) * Bump github/codeql-action from 3.26.8 to 3.26.9 (#1660) * Bump github.com/klauspost/compress from 1.17.9 to 1.17.10 (#1659) - Update to version 6.12.0+git20240920.7afa99dec: * Compiling on newer go versions doesn't work (#1655) * The package version must match the major tag version (#1654) * Bump github/codeql-action from 3.26.7 to 3.26.8 (#1652) * Fix local time when TZ is not set (#1649) * Bump github/codeql-action from 3.26.6 to 3.26.7 (#1648) * Bump golang.org/x/term from 0.23.0 to 0.24.0 (#1642) * Bump golang.org/x/text from 0.17.0 to 0.18.0 (#1641) * Bump actions/upload-artifact from 4.3.6 to 4.4.0 (#1640) * Bump github/codeql-action from 3.26.5 to 3.26.6 (#1638) * Bump github.com/lestrrat-go/strftime from 1.0.6 to 1.1.0 (#1637) OBS-URL: https://build.opensuse.org/request/show/1206006 OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=62
12 lines
477 B
Diff
12 lines
477 B
Diff
--- Makefile.smb 2024-09-20 13:30:10.759178569 -0400
|
|
+++ Makefile 2024-09-20 13:30:57.670165519 -0400
|
|
@@ -7,7 +7,7 @@
|
|
# This must remain the first target in this file, which is what 'make' with no
|
|
# arguments will run.
|
|
build:
|
|
- go build github.com/johnkerl/miller/v6/cmd/mlr
|
|
+ go build -buildmode=pie github.com/johnkerl/miller/v6/cmd/mlr
|
|
@echo "Build complete. The Miller executable is ./mlr (or .\mlr.exe on Windows)."
|
|
@echo "You can use 'make check' to run tests".
|
|
|