summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2019-03-11 11:12:21 -0500
committerRon Olson <tachoknight@gmail.com>2019-03-11 11:12:21 -0500
commit646888271dc1f32ffa5af51bc1f5cdc86293ad42 (patch)
tree3d6c395c477920908dc23734077508f868fd4d7f
parent52ecfbd29d8a0272cec9cfa381a8c1bb07da4b56 (diff)
downloadswift-lang-646888271dc1f32ffa5af51bc1f5cdc86293ad42.tar.gz
swift-lang-646888271dc1f32ffa5af51bc1f5cdc86293ad42.tar.xz
swift-lang-646888271dc1f32ffa5af51bc1f5cdc86293ad42.zip
Forgot to add patch to spec file
-rw-r--r--swift-lang.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index d01e900..bf8dcbc 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -30,6 +30,7 @@ Patch0: change-lldb-location.patch
Patch1: no-ninja-build.patch
Patch2: clangloc.patch
Patch3: compiler-rt-fuzzer.patch
+Patch4: gettid.patch
BuildRequires: clang
BuildRequires: cmake
@@ -116,6 +117,8 @@ mv swift-xcode-playground-support-swift-%{swifttag} swift-xcode-playground-suppo
# Fixes an issue with using std::thread in a vector in compiler-rt
%patch3 -p0
+# Fix for get tid issue
+%patch4 -p0
%build
export VERBOSE=1