erlang: Update from 21.0.8 to 21.1

This commit is contained in:
Fredrik Fornwall 2018-09-26 08:27:26 +02:00
parent 0671f0ffea
commit 8cfa4a3d33
2 changed files with 2 additions and 18 deletions

View File

@ -1,8 +1,7 @@
TERMUX_PKG_HOMEPAGE=https://www.erlang.org/
TERMUX_PKG_DESCRIPTION="General-purpose concurrent functional programming language"
TERMUX_PKG_VERSION=21.0.8
TERMUX_PKG_REVISION=1
TERMUX_PKG_SHA256=593c0cd52937564b1af540fb0df66d6210407bdd46e3a43b48cb3ea4f975cb03
TERMUX_PKG_VERSION=21.1
TERMUX_PKG_SHA256=7212f895ae317fa7a086fa2946070de5b910df5d41263e357d44b0f1f410af0f
TERMUX_PKG_SRCURL=https://github.com/erlang/otp/archive/OTP-$TERMUX_PKG_VERSION.tar.gz
TERMUX_PKG_DEPENDS="openssl, ncurses, libutil"
TERMUX_PKG_HOSTBUILD="yes"

View File

@ -1,15 +0,0 @@
Submitted upstream: https://github.com/erlang/otp/pull/1861
diff -u -r ../otp-OTP-21.0.1/erts/configure.in ./erts/configure.in
--- ../otp-OTP-21.0.1/erts/configure.in 2018-06-25 13:19:47.000000000 +0200
+++ ./erts/configure.in 2018-07-01 17:57:13.738522618 +0200
@@ -581,7 +581,8 @@
PROFILE_INSTR_USE=false])
rm -f default.profdata
fi],
- [])
+ [],
+ [AC_MSG_NOTICE([Disabling PGO when cross-compiling])])
rm -f *.profraw
CFLAGS=$saved_CFLAGS;
fi