We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39b4cec commit 8a7ce38Copy full SHA for 8a7ce38
Makefile
@@ -13,9 +13,9 @@ SYSLOG_NG_WORKING_DIR := $(WORKING_DIR)/syslog-ng-source
13
SYSLOG_NG_TARBALL := $(WORKING_DIR)/syslog-ng.tar.gz
14
15
bison:
16
- BISON_VERSION = 3.7.6
+ BISON_VERSION=3.7.6
17
# the "official" gnu source - https://ftp.gnu.org/gnu/bison//bison-${BISON_VERSION}.tar.gz - fails more and more, use our mirror
18
- URL = https://github.com/syslog-ng/syslog-ng-deps/raw/refs/heads/main/bison/$(BISON_VERSION)/bison.tar.gz
+ URL=https://github.com/syslog-ng/syslog-ng-deps/raw/refs/heads/main/bison/$(BISON_VERSION)/bison.tar.gz
19
20
wget $(URL) -O /tmp/bison.tar.gz
21
tar -xzf /tmp/bison.tar.gz -C /tmp
0 commit comments