diff options
author | pommicket <pommicket@gmail.com> | 2025-09-01 13:17:55 -0400 |
---|---|---|
committer | pommicket <pommicket@gmail.com> | 2025-09-01 13:17:55 -0400 |
commit | df572a668d78bcbdf234039353ef75253a96c2c2 (patch) | |
tree | 3b4721cd341d465fef880772d011db571ec4a7fe | |
parent | c2aba1197aeb5c602ad36820c9b6f3109b51993c (diff) |
Update to PCRE2-10.46
-rw-r--r-- | Makefile | 8 | ||||
m--------- | pcre2 | 0 |
2 files changed, 4 insertions, 4 deletions
@@ -45,12 +45,12 @@ install: release install -m 644 ted.cfg $(GLOBAL_DATA_DIR) install ted $(INSTALL_BIN_DIR) pcre-lib: - @if [ '(' '!' -f libpcre2-32.a ')' -o '(' '!' -f libpcre2-8.a ')' ]; then \ + @if [ '!' -f pcre2/build/Makefile ]; then \ mkdir pcre2/build && cd pcre2/build && \ - cmake -DCMAKE_BUILD_TYPE=Release -DPCRE2_BUILD_PCRE2_32=ON .. && \ - $(MAKE) -j8 && \ - cp libpcre2-32.a libpcre2-8.a ../../ ; \ + cmake -DCMAKE_BUILD_TYPE=Release -DPCRE2_BUILD_PCRE2_32=ON ..;\ fi + $(MAKE) -C pcre2/build + cp pcre2/build/libpcre2-32.a pcre2/build/libpcre2-8.a . keywords.h: keywords.py python3 keywords.py ted.deb: release diff --git a/pcre2 b/pcre2 -Subproject 2dce7761b1831fd3f82a9c2bd5476259d945da4 +Subproject b2bd4254b379b9d7dc9a3dda060a7e27009ccdf |