summaryrefslogtreecommitdiff
path: root/boost-1.75.0-boost-build-fix.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 14:12:40 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 14:12:40 +0000
commit0bc0c8464fa84c1873dadb5cee5b053b890ed61a (patch)
tree2462c2b6cd7b871e401b644de855af589d216fe5 /boost-1.75.0-boost-build-fix.patch
parentf1d6eb29c0e0330cb5aa0f2cc3c069ad50f2b513 (diff)
automatic import of boostopeneuler24.03_LTSopeneuler23.09
Diffstat (limited to 'boost-1.75.0-boost-build-fix.patch')
-rw-r--r--boost-1.75.0-boost-build-fix.patch25
1 files changed, 25 insertions, 0 deletions
diff --git a/boost-1.75.0-boost-build-fix.patch b/boost-1.75.0-boost-build-fix.patch
new file mode 100644
index 0000000..264441b
--- /dev/null
+++ b/boost-1.75.0-boost-build-fix.patch
@@ -0,0 +1,25 @@
+From 40e5bcd594b01f9b7091de07f9efc4567cc1ac40 Mon Sep 17 00:00:00 2001
+From: Thomas Rodgers <rodgert@appliantology.com>
+Date: Tue, 2 Feb 2021 18:15:30 -0800
+Subject: [PATCH] Apply post 1.75.0 change from upstream
+
+---
+ tools/build/src/engine/startup.cpp | 2 +-
+ 1 file changed, 1 insertion(+), 1 deletion(-)
+
+diff --git a/tools/build/src/engine/startup.cpp b/tools/build/src/engine/startup.cpp
+index f58625408..a7659bb50 100644
+--- a/tools/build/src/engine/startup.cpp
++++ b/tools/build/src/engine/startup.cpp
+@@ -195,7 +195,7 @@ bool b2::startup::bootstrap(FRAME *frame)
+ {
+ const std::string path{
+ b2::paths::normalize(
+- b2_exe_path + "/../../share/boost-build/" + boost_build_jam)};
++ b2_exe_path + "/../../share/boost-build/src/kernel/" + boost_build_jam)};
+ if (b2::filesys::is_file(path))
+ b2_file_path = path;
+ }
+--
+2.26.2
+