diff options
Diffstat (limited to 'zabbix-out-of-tree.patch')
-rw-r--r-- | zabbix-out-of-tree.patch | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/zabbix-out-of-tree.patch b/zabbix-out-of-tree.patch index 9bfabaa..5d47998 100644 --- a/zabbix-out-of-tree.patch +++ b/zabbix-out-of-tree.patch @@ -1,7 +1,7 @@ diff -up zabbix-6.0.13/src/go/Makefile.am.out-of-tree zabbix-6.0.13/src/go/Makefile.am --- zabbix-6.0.13/src/go/Makefile.am.out-of-tree 2023-02-01 00:19:54.520718582 -0700 +++ zabbix-6.0.13/src/go/Makefile.am 2023-02-16 12:12:40.691876329 -0700 -@@ -57,15 +57,15 @@ zabbix.com/cmd/zabbix_web_service: +@@ -57,15 +57,15 @@ build: ${TARGETS} clean: @@ -20,8 +20,8 @@ diff -up zabbix-6.0.13/src/go/Makefile.am.out-of-tree zabbix-6.0.13/src/go/Makef test -f "$(DESTDIR)$(AGENT2_CONFIG_PLUGINS_PATH)/"`basename $$cfg` || \ cp "$$cfg" "$(DESTDIR)$(AGENT2_CONFIG_PLUGINS_PATH)/"`basename $$cfg`; \ done -@@ -76,7 +76,7 @@ install-zabbix.com/cmd/zabbix_web_servic - install-exec-local: ${INSTALL_TARGETS} +@@ -90,7 +90,7 @@ + sbom: sbom.json check: - CGO_CFLAGS="${CGO_CFLAGS}" CGO_LDFLAGS="${CGO_LDFLAGS}" go test ./... |