aboutsummaryrefslogtreecommitdiffstats
path: root/community/erlang/APKBUILD
diff options
context:
space:
mode:
authorWilliam Pitcock <nenolod@dereferenced.org>2019-02-25 06:18:17 -0600
committerWilliam Pitcock <nenolod@dereferenced.org>2019-02-25 06:18:45 -0600
commit52e70f912af535cecaccc74f2ff45af487cf7101 (patch)
tree0ddce9c6cc3eb2eb5688377b46f4158b2f6597a3 /community/erlang/APKBUILD
parent9117afd4aed4d7d0da2b32056d01010e32673bb5 (diff)
community/erlang: fix signal handling
Diffstat (limited to 'community/erlang/APKBUILD')
-rw-r--r--community/erlang/APKBUILD6
1 files changed, 4 insertions, 2 deletions
diff --git a/community/erlang/APKBUILD b/community/erlang/APKBUILD
index 5f6564fc71f..53d02d8a475 100644
--- a/community/erlang/APKBUILD
+++ b/community/erlang/APKBUILD
@@ -5,7 +5,7 @@
pkgname=erlang
pkgver=21.2.6
_srcver=$pkgver
-pkgrel=0
+pkgrel=1
pkgdesc="General-purpose programming language and runtime environment"
url="http://www.erlang.org/"
license="Apache-2.0"
@@ -55,6 +55,7 @@ options="!check"
source="https://github.com/erlang/otp/archive/OTP-$_srcver.tar.gz
0005-Do-not-install-nteventlog-and-related-doc-files-on-n.patch
0010-fix-nteventlog-remove.patch
+ safe-signal-handling.patch
"
builddir="$srcdir/otp-OTP-$_srcver"
@@ -179,4 +180,5 @@ dev() {
sha512sums="0d43a5eb6e9d01e2997b7c82a15b2bd7483a0623f86f8aaff3ec59b5da6aa2cd8135d48cf66233e28c780473f83b90ad56c076374273cefa79b79622e57027f9 OTP-21.2.6.tar.gz
5d377faccd73382bc86c5aa3182767bc5d1639220c78c2f624135f597f3c823a6871ff13f6f8a109baa8a9ae5d215233b40193e5cfe07af275aa53f327e956de 0005-Do-not-install-nteventlog-and-related-doc-files-on-n.patch
-bb4346dabe17115bc310837c5f0aeb367a745d8ba2159495084e599d0419fc57648d144c811306914ac48d0e087d6150a356f38640ba070642b4578acc5fe573 0010-fix-nteventlog-remove.patch"
+bb4346dabe17115bc310837c5f0aeb367a745d8ba2159495084e599d0419fc57648d144c811306914ac48d0e087d6150a356f38640ba070642b4578acc5fe573 0010-fix-nteventlog-remove.patch
+dc2fe08e40c73b48b356382c43c982f9f0091e601bbdf6e032358bd5c74c3573b423ef4df454b87c8534105fdbc19ce2245609cc7d5679109c15abaf56d3ef69 safe-signal-handling.patch"