Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- use libpcre2 instead of libpcre - patch Src/Modules/pcre.c: source from mainstream's git (23.9.2023) - patch configure.ac and config.h.in: replace libpcre with libpcre2 and remove missing AC_PROG_LN - patch Src/Makefile.in: use LN_S instead of LN - patch Test/V07pcre.ztst: add some libpcre2 specific tests - use configure.ac instead of traditional configure: git version no longer supports traditional configure script, so it was easier to backport configure.ac for libpcre2 Auto-tools was missing AC_PROG_LN, configure.ac and Makefile.in patched to use AC_PROG_LN_S instead. PKG_FIXUP:=autoreconf sets configure.ac used over traditional configure script. Patches are split to 2. 010-use-libpcre2.patch replaces libpcre with libpcre2. 020-replace-missing-autotools-ln-with-ln_s.patch fixes autotools configure and install scripts so they are compatible with openwrt build system. changes to replace libpcre with libpcre2 are based on backporting of zsh-users/zsh@b4d1c756 pcre2 code. Remarks: Patch replacing libpcre with libpcre2 becomes obsolete when zsh is released next time. It should then be removed. Signed-off-by: Oskari Rauta <[email protected]>
- Loading branch information