Skip to content

Commit

Permalink
dae: align domain bitmap length
Browse files Browse the repository at this point in the history
Fixes: 7ef7e22 ("dae: update to 0.9.0")
Signed-off-by: Tianling Shen <[email protected]>
  • Loading branch information
1715173329 committed Dec 27, 2024
1 parent 30c7992 commit b7be233
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions net/dae/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ include $(TOPDIR)/rules.mk

PKG_NAME:=dae
PKG_VERSION:=0.9.0
PKG_RELEASE:=1
PKG_RELEASE:=2

PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).zip
PKG_SOURCE_URL:=https://github.com/daeuniverse/dae/releases/download/v$(PKG_VERSION)/dae-full-src.zip?
Expand All @@ -24,7 +24,7 @@ GO_PKG:=github.com/daeuniverse/dae
GO_PKG_EXCLUDES:=control/kern/tests
GO_PKG_LDFLAGS_X:= \
$(GO_PKG)/cmd.Version=$(PKG_VERSION) \
$(GO_PKG)/common/consts.MaxMatchSetLen_=64
$(GO_PKG)/common/consts.MaxMatchSetLen_=1024
GO_PKG_TAGS:=trace

include $(INCLUDE_DIR)/package.mk
Expand Down

0 comments on commit b7be233

Please sign in to comment.