Skip to content

Commit 112eb08

Browse files
authored
[sflow] Bump hsflowd version in Makefile (sonic-net#6065)
* Specify the hsflowd version in the Makefile using variables instead of hardcore. Signed-off-by: Garrick He <[email protected]>
1 parent 6803e1d commit 112eb08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sflow/hsflowd/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ $(addprefix $(DEST)/, $(MAIN_TARGET)): $(DEST)/% :
1010
git clone https://github.com/sflow/host-sflow
1111

1212
pushd ./host-sflow
13-
git checkout -b sflow tags/v2.0.26-4
13+
git checkout -b sflow tags/v$(HSFLOWD_VERSION)-$(HSFLOWD_SUBVERSION)
1414

1515
# Apply patch series
1616
stg init

0 commit comments

Comments
 (0)