summarylogtreecommitdiffstats
path: root/0001-arch-aur-patches.patch
diff options
context:
space:
mode:
Diffstat (limited to '0001-arch-aur-patches.patch')
-rw-r--r--0001-arch-aur-patches.patch49
1 files changed, 49 insertions, 0 deletions
diff --git a/0001-arch-aur-patches.patch b/0001-arch-aur-patches.patch
new file mode 100644
index 000000000000..3c20e747685b
--- /dev/null
+++ b/0001-arch-aur-patches.patch
@@ -0,0 +1,49 @@
+From a92c33ce114cb13c00401f75ee5306386894150c Mon Sep 17 00:00:00 2001
+From: soloturn <soloturn@gmail.com>
+Date: Sun, 20 Mar 2022 12:05:07 +0100
+Subject: [PATCH] arch aur patches
+
+---
+ utils/build-presets.ini | 7 +++----
+ 1 file changed, 3 insertions(+), 4 deletions(-)
+
+diff --git a/utils/build-presets.ini b/utils/build-presets.ini
+index 57518c0853d..b6b76f04788 100644
+--- a/utils/build-presets.ini
++++ b/utils/build-presets.ini
+@@ -825,7 +825,6 @@ xctest
+ libicu
+ swiftdocc
+
+-build-ninja
+ install-llvm
+ install-swift
+ install-lldb
+@@ -834,7 +833,7 @@ install-swiftpm
+ install-swift-driver
+ install-xctest
+ install-libicu
+-install-prefix=/usr
++install-prefix=/usr/lib/swift-git
+ install-sourcekit-lsp
+ install-swiftdocc
+ build-swift-static-stdlib
+@@ -847,13 +846,13 @@ build-swift-stdlib-unittest-extra
+ test-installable-package
+
+ # Build the benchmarks against the toolchain.
+-toolchain-benchmarks
++# does not work outside /usr, Build the benchmarks against the toolchain.
++# toolchain-benchmarks
+
+ # Path to the root of the installation filesystem.
+ install-destdir=%(install_destdir)s
+
+ # Path to the .tar.gz package we would create.
+-installable-package=%(installable_package)s
+
+ # This ensures the default module cache
+ # location is local to this run, allowing
+--
+2.35.1
+