Open TomJo2000 opened 3 days ago
Ah crap I just got around to testing this on-device and that didn't quite work it looks like.
Tracked it down to needing to autoreconf -fi
first.
In addition to actually downloading the patch to the right location.
Scratch that. I don't know anymore at this point.
The first configure run, for config.modules
doesn't pick up -lpcre2-8
, the second one for Zsh itself does.
But since the module one doesn't, zsh/pcre
doesn't get linked to pcre2.
I'm just gonna push my changes to this branch and worry about it tomorrow.
Looks like it isn't removing the pcre patch from the package directory properly after patching, I didn't get the time to look into why today.
This PR adopts Arch Linux's cherry-picks from upstream Zsh to update the
zsh/pcre
module to usepcre2
instead of the now deprecatedpcre
^1.This change is already present in the upstream project's master branch, and is slated for inclusion in the 5.10 release of Zsh. Which will presumably happen sometime prior to the heat death of the universe.
This PR also contains:
zsh-$version
in place of thezsh-$version
hardlink provided by other packagings of Zsh