[packages/fish] use system pcre2
atler
atler at pld-linux.org
Fri Oct 24 20:30:14 CEST 2025
commit b1f2ad1c712ab90a7d7578db8ef44fc2fbee06c7
Author: Jan Palus <atler at pld-linux.org>
Date: Fri Oct 24 20:05:18 2025 +0200
use system pcre2
fish.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/fish.spec b/fish.spec
index 828636c..d2a2721 100644
--- a/fish.spec
+++ b/fish.spec
@@ -62,7 +62,8 @@ Pliki programistyczne dla fish.
-DRust_COMPILER:PATH="%{__rustc}" \
-DRust_CARGO:PATH="%{__cargo}" \
-DRust_CARGO_TARGET="%{rust_target}" \
- -DCARGO_FLAGS:LIST="%(printf '%s' '%__cargo_common_opts --release' | tr '[[:space:]]' ';')"
+ -DCARGO_FLAGS:LIST="%(printf '%s' '%__cargo_common_opts --release' | tr '[[:space:]]' ';')" \
+ -DFISH_USE_SYSTEM_PCRE2:BOOL=ON
%{__make} -C build
================================================================
---- gitweb:
http://git.pld-linux.org/gitweb.cgi/packages/fish.git/commitdiff/e3e42b6c17256e97140fb1d972071cd5e599e72b
More information about the pld-cvs-commit
mailing list