summaryrefslogtreecommitdiffstats
path: root/swift-lang.spec
diff options
context:
space:
mode:
Diffstat (limited to 'swift-lang.spec')
-rw-r--r--swift-lang.spec10
1 files changed, 10 insertions, 0 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index 1ba511e..d906443 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -32,6 +32,7 @@ Patch2: clangloc.patch
Patch3: compiler-rt-fuzzer.patch
Patch4: gettid.patch
Patch5: swift-unwrapped.patch
+Patch6: no-inplace-copy.patch
BuildRequires: clang
BuildRequires: cmake
@@ -131,6 +132,10 @@ mv swift-xcode-playground-support-swift-%{swifttag} swift-xcode-playground-suppo
# in the package mananger
%patch5 -p0
+# Patch to handle library being copied to same directory; CMake 3.14 zeros
+# out the file
+%patch6 -p0
+
%build
export VERBOSE=1
@@ -232,6 +237,11 @@ install -m 0644 %{_builddir}/usr/share/man/man1/swift.1 %{buildroot}%{_mandir}/m
%changelog
+* Fri Mar 22 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.50.20190310git4d6e741
+- The swift-corelibs-xctest library was being zeroed out due to issue with
+ CMake 3.14 where it was being copied into the same directory. A bug
+ report has been filed with CMake but until it's resolved, the cmake file
+ has been patched to not perform the copy.
* Fri Mar 15 2019 Ron Olson <tachoknight@gmail.com> 5.0-0.50.20190310git4d6e741
- Modules did not work properly in the REPL due to additional lib path;
fixed with symlinks to the lower directory structures