From: Rosen Penev Date: Mon, 13 May 2024 03:43:11 +0000 (-0700) Subject: attr: fix compilation with GCC 14 X-Git-Url: http://git.99rst.org/?a=commitdiff_plain;h=39dad4ff478c651b9842aa0904f612f37fbc3e3c;p=openwrt-packages.git attr: fix compilation with GCC 14 Missing header. Signed-off-by: Rosen Penev --- diff --git a/utils/attr/Makefile b/utils/attr/Makefile index b0cf52538..bf9b59337 100644 --- a/utils/attr/Makefile +++ b/utils/attr/Makefile @@ -9,7 +9,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=attr PKG_VERSION:=2.5.2 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://git.savannah.nongnu.org/cgit/attr.git/snapshot diff --git a/utils/attr/patches/200-basename.patch b/utils/attr/patches/200-basename.patch new file mode 100644 index 000000000..81c311214 --- /dev/null +++ b/utils/attr/patches/200-basename.patch @@ -0,0 +1,10 @@ +--- a/tools/attr.c ++++ b/tools/attr.c +@@ -27,6 +27,7 @@ + #include + #include + #include ++#include + #include + + #include