mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-08-01 15:37:44 +00:00
zsh: bump to version 5.3
And drop upstream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
3ed2ff972e
commit
0e7e76ac20
@ -1,33 +0,0 @@
|
|||||||
From: Baruch Siach <baruch@tkos.co.il>
|
|
||||||
Date: Thu, 3 Mar 2016 23:14:39 +0200
|
|
||||||
Subject: [PATCH] configure: use user set pcre-config
|
|
||||||
|
|
||||||
Setting a non default configuration script location is common practice when
|
|
||||||
cross compiling, since the target library might need different flags. zsh
|
|
||||||
configure scripts allows the user to set pcre-config location but doesn't
|
|
||||||
actually use it. Fix this.
|
|
||||||
|
|
||||||
Signed-off-by: Baruch Siach <baruch@tkos.co.il>
|
|
||||||
---
|
|
||||||
Patch status: sent upstream
|
|
||||||
(http://www.zsh.org/mla/workers/2016/msg00619.html)
|
|
||||||
|
|
||||||
configure.ac | 2 +-
|
|
||||||
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
||||||
|
|
||||||
diff --git a/configure.ac b/configure.ac
|
|
||||||
index c3bd713c126a..9947b16066b6 100644
|
|
||||||
--- a/configure.ac
|
|
||||||
+++ b/configure.ac
|
|
||||||
@@ -925,7 +925,7 @@ fi
|
|
||||||
if test x$enable_pcre = xyes; then
|
|
||||||
dnl pcre-config should probably be employed here
|
|
||||||
dnl AC_SEARCH_LIBS(pcre_compile, pcre)
|
|
||||||
- LIBS="`pcre-config --libs` $LIBS"
|
|
||||||
+ LIBS="`$ac_cv_prog_PCRECONF --libs` $LIBS"
|
|
||||||
fi
|
|
||||||
|
|
||||||
dnl ---------------------
|
|
||||||
--
|
|
||||||
2.7.0
|
|
||||||
|
|
@ -1,4 +1,4 @@
|
|||||||
# From http://www.zsh.org/pub/MD5SUM
|
# From http://www.zsh.org/pub/MD5SUM
|
||||||
md5 afe96fde08b70e23c1cab1ca7a68fb34 zsh-5.2.tar.xz
|
md5 c5ba34e68fcf62a2e78adc56bf3d328a zsh-5.3.tar.xz
|
||||||
# Calculated based on the hash above
|
# Calculated based on the hash above
|
||||||
sha256 f17916320ffaa844bbd7ce48ceeb5945fc5f3eff64b149b4229bbfbdf3795a9d zsh-5.2.tar.xz
|
sha256 76f82cfd5ce373cf799a03b6f395283f128430db49202e3e3f512fb5a19d6f8a zsh-5.3.tar.xz
|
||||||
|
@ -4,13 +4,11 @@
|
|||||||
#
|
#
|
||||||
################################################################################
|
################################################################################
|
||||||
|
|
||||||
ZSH_VERSION = 5.2
|
ZSH_VERSION = 5.3
|
||||||
ZSH_SITE = http://www.zsh.org/pub
|
ZSH_SITE = http://www.zsh.org/pub
|
||||||
ZSH_SOURCE = zsh-$(ZSH_VERSION).tar.xz
|
ZSH_SOURCE = zsh-$(ZSH_VERSION).tar.xz
|
||||||
ZSH_DEPENDENCIES = ncurses
|
ZSH_DEPENDENCIES = ncurses
|
||||||
ZSH_CONF_OPTS = --bindir=/bin
|
ZSH_CONF_OPTS = --bindir=/bin
|
||||||
# Patching configure.ac
|
|
||||||
ZSH_AUTORECONF = YES
|
|
||||||
ZSH_LICENSE = MIT-like
|
ZSH_LICENSE = MIT-like
|
||||||
ZSH_LICENSE_FILES = LICENCE
|
ZSH_LICENSE_FILES = LICENCE
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user