aboutsummaryrefslogtreecommitdiff
path: root/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/gitlab-elasticsearch-indexer/files/patch-Makefile')
-rw-r--r--textproc/gitlab-elasticsearch-indexer/files/patch-Makefile11
1 files changed, 11 insertions, 0 deletions
diff --git a/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile b/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile
new file mode 100644
index 000000000000..2cb408f715c9
--- /dev/null
+++ b/textproc/gitlab-elasticsearch-indexer/files/patch-Makefile
@@ -0,0 +1,11 @@
+--- Makefile.orig 2025-10-25 04:31:58 UTC
++++ Makefile
+@@ -67,7 +67,7 @@ all: build
+ all: build
+
+ .PHONY: build
+-build: tmp/libparser
++build:
+ $(if ${FORCE_BUILD}, @echo "Forcing a rebuild since pkg-config flags changed since last run")
+ $Q PKG_CONFIG_PATH="${PKG_CONFIG_PATH}" $(GO) build $(if ${FORCE_BUILD},-a) $(if $V,-v) $(VERSION_FLAGS) -o bin/gitlab-elasticsearch-indexer .
+