summaryrefslogtreecommitdiff
path: root/community/helm/PKGBUILD
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2018-03-15 20:57:23 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2018-03-15 20:57:23 +0100
commit081bb205f0d9569a7f138ca19d4b504746067743 (patch)
tree05ee457bb6c623d5694ed6cf68e5a245d759db9c /community/helm/PKGBUILD
parent742e852704519ce6a8b2218efb5587a45bfd5d38 (diff)
downloadpackages-081bb205f0d9569a7f138ca19d4b504746067743.tar.xz
community/helm: patch for glibc 2.26 and __sigemptyset
Diffstat (limited to 'community/helm/PKGBUILD')
-rw-r--r--community/helm/PKGBUILD10
1 files changed, 10 insertions, 0 deletions
diff --git a/community/helm/PKGBUILD b/community/helm/PKGBUILD
new file mode 100644
index 00000000..727d65f8
--- /dev/null
+++ b/community/helm/PKGBUILD
@@ -0,0 +1,10 @@
+# reported upstream, see https://github.com/mtytel/helm/issues/190
+source+=('helm-0.9.0-sigemptyset-glibc-2.26.patch')
+sha512sums+=('7786c0fdf6ec0cfdb2e7344742327454e9ab82e83e43cb6492d3b6fd047f0070b8da23055d9d9df2fc325ce440b1b51ef8919fb9749cab3d6800946cebf03ab8')
+
+eval "$(
+ declare -f prepare | \
+ sed '
+ /cd/ a patch -Np1 -i "${srcdir}"/helm-0.9.0-sigemptyset-glibc-2.26.patch
+ '
+)"