summaryrefslogtreecommitdiffstats
path: root/tools/libdeflate/Makefile
diff options
context:
space:
mode:
authorRobert Marko <robimarko@gmail.com>2024-04-15 11:03:08 +0200
committerRobert Marko <robimarko@gmail.com>2024-04-15 13:52:37 +0200
commit2116073f981ead48f5fe0af213cbdfe013288fb9 (patch)
treeb52fc13bc9d4c0ec9646f8ada781da144ef0f8ea /tools/libdeflate/Makefile
parent123282d9f9edf361729c2e8bb410957a6844d845 (diff)
downloadopenwrt-2116073f981ead48f5fe0af213cbdfe013288fb9.tar.gz
openwrt-2116073f981ead48f5fe0af213cbdfe013288fb9.tar.bz2
openwrt-2116073f981ead48f5fe0af213cbdfe013288fb9.zip
tools: libdeflate: backport fix for AVX-VNNI
Trying to compile with new new enough GCC but older binutils that dont support AVX-VNNI will error out on the assembler, so backport an upstream fix for it. Fixes: 338b463e1e97 ("tools: libdeflate: update to 1.20") Signed-off-by: Robert Marko <robimarko@gmail.com>
Diffstat (limited to 'tools/libdeflate/Makefile')
-rw-r--r--tools/libdeflate/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/libdeflate/Makefile b/tools/libdeflate/Makefile
index 68f7fb1372..6bf25d134d 100644
--- a/tools/libdeflate/Makefile
+++ b/tools/libdeflate/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=libdeflate
PKG_VERSION:=1.20
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=https://github.com/ebiggers/libdeflate/releases/download/v$(PKG_VERSION)