Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | zsh: bump to version 5.3 | Gustavo Zacarias | 2016-12-12 | 1 | -33/+0 |
| | | | | | | | And drop upstream patch. Signed-off-by: Gustavo Zacarias <gustavo@zacarias.com.ar> Signed-off-by: Peter Korsgaard <peter@korsgaard.com> | ||||
* | zsh: don't use host pcre-config | Baruch Siach | 2016-03-06 | 1 | -0/+33 |
Commit 5e05faec7b4 (zsh: use the correct target pcre-config) set ac_cv_prog_PCRECONF to the location of staging pcre-config. Unfortunately zsh configure script does not actually use this variable when running pcre-config. Complete the fix with a patch that makes use of ac_cv_prog_PCRECONF. Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> |