diff options
author | Nuno Goncalves <nunojpg@gmail.com> | 2015-07-18 19:46:15 +0100 |
---|---|---|
committer | Nuno Goncalves <nunojpg@gmail.com> | 2015-07-18 19:46:15 +0100 |
commit | 2bb6af5101c1133a1ce750df17709b98e20c3a03 (patch) | |
tree | f65cd2dfe07e1748e8baaeabff7a88e05685b5aa /utils/tcsh/Makefile | |
parent | e0ac4289074a123d333e7bbc1eeb993d3f037658 (diff) |
tcsh: fix out of memory error with musl
Since __GLIBC__ is no longer defined under musl, we must hard patch it.
Signed-off-by: Nuno Goncalves <nunojpg@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 8e2f7a2cf..52d4b510e 100644 --- a/utils/tcsh/Makefile +++ b/utils/tcsh/Makefile @@ -8,7 +8,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=tcsh PKG_VERSION:=6.19.00 -PKG_RELEASE:=3 +PKG_RELEASE:=4 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:= \ |