diff options
| author | Rin Okuyama <rokuyama.rk@gmail.com> | 2020-03-22 10:04:19 +0900 |
|---|---|---|
| committer | Daniel Shahaf <d.s@daniel.shahaf.name> | 2020-03-22 23:22:38 +0000 |
| commit | aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3 (patch) | |
| tree | 980d31b6b322359fda11afaec5e4ea4e00e185ab /ChangeLog | |
| parent | 45601: Fix status in new functions -T test (diff) | |
| download | zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar.gz zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar.bz2 zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar.lz zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar.xz zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.tar.zst zsh-aa93901db2ce33724cc2bbeeaaae0c1e53bd02b3.zip | |
github #51: Fix configure for cross build.
In order to detect equivalence b/w various rlimit values, use compile
tests instead of run tests. This enables configure script to run in
cross-build environment without any side effects.
From NetBSD/pkgsrc:
http://cvsweb.netbsd.org/bsdweb.cgi/pkgsrc/shells/zsh/patches/
Diffstat (limited to 'ChangeLog')
| -rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,3 +1,8 @@ +2020-03-22 Rin Okuyama <rokuyama.rk@gmail.com> + + * github #51: aczsh.m4, configure.ac: Fix configure for cross + build. + 2020-03-22 Peter Stephenson <p.w.stephenson@ntlworld.com> * 45601: Test/E02xtrace.ztst: Fix status in new functions -T |
