From 7fa92145fcb90f094ef253c319f9ff90062ce09c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Fabian=20Gr=C3=BCnbichler?= Date: Wed, 31 Jul 2024 10:29:04 +0200 Subject: [PATCH] onig_sys: use system lib MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Fabian Grünbichler Gbp-Pq: Topic vendor Gbp-Pq: Name onig_sys-use-system-lib.patch --- vendor/onig_sys-69.8.1/build.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vendor/onig_sys-69.8.1/build.rs b/vendor/onig_sys-69.8.1/build.rs index 138e9d8754..be1e1288f3 100644 --- a/vendor/onig_sys-69.8.1/build.rs +++ b/vendor/onig_sys-69.8.1/build.rs @@ -219,7 +219,7 @@ fn bindgen_headers(path: &str) { pub fn main() { let link_type = link_type_override(); - let require_pkg_config = env_var_bool("RUSTONIG_SYSTEM_LIBONIG").unwrap_or(false); + let require_pkg_config = env_var_bool("RUSTONIG_SYSTEM_LIBONIG").unwrap_or(true); if require_pkg_config || link_type == Some(LinkType::Dynamic) { let mut conf = Config::new(); -- 2.30.2