miller/buildmode-pie.diff
Scott Bradnick 249c12492b Accepting request 1039185 from home:sbradnick
- Update to version 6.5.0+git20221130.636ca8873:
  * Fix typos (#1135)
  * Release notes
  * Post-6.5.0
  * Miller 6.5.0 (#1134)
  * Miller 6.5.0
  * Convert mlrval polymorphism from struct to unionish interface (#1133)
  * Clarify locations of performance info
  * More mlrval size-reduction (#1132)
  * More mlrval size-reduction
  * Exclude median from summary default (#1131)
  * Exclude median from summary default
  * Bump github.com/stretchr/testify from 1.8.0 to 1.8.1 (#1113)
  * Bump actions/upload-artifact from 3.1.0 to 3.1.1 (#1112)
  * Bump actions/cache from 3 to 3.0.11 (#1109)
  * Bump github/codeql-action from 2.1.28 to 2.1.33 (#1126)
  * Use int8 for mvtype (memory reduction) (#1130)
  * make fmt
  * forgot to set between-releases version to 6.4.0-dev after 6.4.0
  * Bump github.com/pkg/profile from 1.6.0 to 1.7.0 (#1110)
  * [StepSecurity] ci: Harden GitHub Actions (#1107)
  * fix an old typo

- Renaming buildmode-pie.patch to buildmode-pie.diff
- Update to version 6.4.0+git20221003.39286923d:
  * Don't double-quote a CSV field only for having a leading space (#1101)

OBS-URL: https://build.opensuse.org/request/show/1039185
OBS-URL: https://build.opensuse.org/package/show/utilities/miller?expand=0&rev=41
2022-11-30 19:01:38 +00:00

12 lines
472 B
Diff

--- Makefile.orig 2022-08-23 18:21:08.562516337 -0400
+++ Makefile 2022-08-23 18:21:17.490516712 -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/cmd/mlr
+ go build -buildmode=pie github.com/johnkerl/miller/cmd/mlr
@echo "Build complete. The Miller executable is ./mlr (or .\mlr.exe on Windows)."
@echo "You can use 'make check' to run tests".