diff --git a/net/crowdsec/Makefile b/net/crowdsec/Makefile index aa939df9501e7..2b5051eaddc65 100644 --- a/net/crowdsec/Makefile +++ b/net/crowdsec/Makefile @@ -7,7 +7,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=crowdsec PKG_VERSION:=1.4.6 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=https://codeload.github.com/crowdsecurity/crowdsec/tar.gz/v$(PKG_VERSION)? @@ -82,6 +82,10 @@ $(call Package/crowdsec/Default/description) This package provides the source files for the program. endef +ifneq ($(CONFIG_USE_MUSL),) + TARGET_CFLAGS += -D_LARGEFILE64_SOURCE +endif + define Package/crowdsec/install $(call GoPackage/Package/Install/Bin,$(1))