diff options
author | Rosen Penev <rosenp@gmail.com> | 2020-07-01 15:37:40 -0700 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2020-07-02 05:58:19 +0200 |
commit | f86e3a0a9f8aca19fe0704e377aeb25ebed89776 (patch) | |
tree | c7f2f82df6d43a088748427127343720a0ca7d8c /utils/tcsh/Makefile | |
parent | 820022650f311b6e68386d2f1632203403378469 (diff) |
tcsh: fix compilation with GCC10
Signed-off-by: Rosen Penev <rosenp@gmail.com>
Diffstat (limited to 'utils/tcsh/Makefile')
-rw-r--r-- | utils/tcsh/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/tcsh/Makefile b/utils/tcsh/Makefile index 5200aabbb..9960f3cdb 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcsh PKG_VERSION:=6.22.02 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ |