From 646888271dc1f32ffa5af51bc1f5cdc86293ad42 Mon Sep 17 00:00:00 2001 From: Ron Olson Date: Mon, 11 Mar 2019 11:12:21 -0500 Subject: Forgot to add patch to spec file --- swift-lang.spec | 3 +++ 1 file changed, 3 insertions(+) (limited to 'swift-lang.spec') 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 -- cgit