summaryrefslogtreecommitdiff
path: root/user/ripgrep/pcre2-static.patch
diff options
context:
space:
mode:
authorA. Wilcox <awilcox@wilcox-tech.com>2019-08-17 22:42:45 +0000
committerA. Wilcox <awilcox@wilcox-tech.com>2019-08-17 22:42:45 +0000
commit5f15e37fc70bda5c8550b95d225b3d93c5004d8e (patch)
tree09381e5874edccb7bd308ddb029468e587dd8631 /user/ripgrep/pcre2-static.patch
parent4deae0f07845d2f166ee6ac9a02f5a0ef844cd55 (diff)
parent827102f92a18fcc71c8526835d41a2cf75618971 (diff)
downloadpackages-5f15e37fc70bda5c8550b95d225b3d93c5004d8e.tar.gz
packages-5f15e37fc70bda5c8550b95d225b3d93c5004d8e.tar.bz2
packages-5f15e37fc70bda5c8550b95d225b3d93c5004d8e.tar.xz
packages-5f15e37fc70bda5c8550b95d225b3d93c5004d8e.zip
Merge branch 'ripgrep-bump' into 'master'
user/ripgrep: bump to 11.0.2 See merge request adelie/packages!324
Diffstat (limited to 'user/ripgrep/pcre2-static.patch')
-rw-r--r--user/ripgrep/pcre2-static.patch12
1 files changed, 0 insertions, 12 deletions
diff --git a/user/ripgrep/pcre2-static.patch b/user/ripgrep/pcre2-static.patch
deleted file mode 100644
index 180e91b68..000000000
--- a/user/ripgrep/pcre2-static.patch
+++ /dev/null
@@ -1,12 +0,0 @@
---- src/pcre2-sys-0.2.0/build.rs 2019-06-22 01:43:31.024909528 +0000
-+++ src/pcre2-sys-0.2.0/build.rs 2019-06-22 01:43:43.697401790 +0000
-@@ -64,8 +64,7 @@
-
- // Don't link to a system library if we want a static build.
- let want_static =
-- env::var("PCRE2_SYS_STATIC").unwrap_or(String::new()) == "1"
-- || target.contains("musl");
-+ false;
- if !want_static && pkg_config::probe_library("libpcre2-8").is_ok() {
- return;
- }