summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRon Olson <tachoknight@gmail.com>2018-01-24 22:33:50 -0600
committerRon Olson <tachoknight@gmail.com>2018-01-24 22:33:50 -0600
commitaf6ecd1559966814319c316d29f05d85a03e4493 (patch)
treefd4e3f41c9081e7fb5cf4554d8d22c57c17f0887
parent8fc543acc80788ec6426a13d8f3812ce727a770e (diff)
downloadswift-lang-af6ecd1559966814319c316d29f05d85a03e4493.tar.gz
swift-lang-af6ecd1559966814319c316d29f05d85a03e4493.tar.xz
swift-lang-af6ecd1559966814319c316d29f05d85a03e4493.zip
Added a couple of requires for making the package work correctly, specifically building native executables
-rw-r--r--swift-lang.spec3
1 files changed, 3 insertions, 0 deletions
diff --git a/swift-lang.spec b/swift-lang.spec
index d1d3629..3658f82 100644
--- a/swift-lang.spec
+++ b/swift-lang.spec
@@ -38,6 +38,9 @@ BuildRequires: libuuid-devel
BuildRequires: libedit-devel
BuildRequires: libicu-devel
+Requires: glibc-devel
+Requires: clang
+
ExcludeArch: s390x i686 armv7hl ppc64le aarch64 ppc64
%description