aboutsummaryrefslogtreecommitdiff
path: root/net/atftp/Makefile
diff options
context:
space:
mode:
authorRosen Penev <rosenp@gmail.com>2020-03-29 19:57:08 -0700
committerRosen Penev <rosenp@gmail.com>2020-03-29 21:33:17 -0700
commit89ddb6baca45aa5c10747482afa5b9907e19874b (patch)
tree90f72451b075b456a1eb1b8b5a0a62cf417e5b4b /net/atftp/Makefile
parent067c93b028b123184737f09751f73e46a5d44824 (diff)
atftp: fix compilation with newer musl
Added missing header for __THROW. Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'net/atftp/Makefile')
-rw-r--r--net/atftp/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/atftp/Makefile b/net/atftp/Makefile
index ea6838776..ddd3281f3 100644
--- a/net/atftp/Makefile
+++ b/net/atftp/Makefile
@@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk
PKG_NAME:=atftp
PKG_VERSION:=0.7.2
-PKG_RELEASE:=1
+PKG_RELEASE:=2
PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
PKG_SOURCE_URL:=@SF/$(PKG_NAME)