Skip to content
Snippets Groups Projects
Commit 9a6c4126 authored by alice's avatar alice
Browse files

community/erlang: upgrade to 26.0.1

parent 0360e422
No related branches found
No related tags found
No related merge requests found
......@@ -8,7 +8,7 @@
# catch up with. If in doubt, do a test rebuild of community/elixir.
pkgname=erlang
pkgver=25.3.2
pkgver=26.0.1
pkgrel=0
pkgdesc="General-purpose programming language and runtime environment"
url="https://www.erlang.org/"
......@@ -56,9 +56,10 @@ esac
# - CVE-2020-35733
build() {
export CPPFLAGS="-D_BSD_SOURCE $CPPFLAGS"
# it's a whole language runtime
export CFLAGS="$CFLAGS -O2 -D_BSD_SOURCE"
export CXXFLAGS="$CXXFLAGS -O2"
./otp_build autoconf
./configure \
--prefix=/usr \
--sysconfdir=/etc \
......@@ -154,5 +155,5 @@ verifydeps() {
}
sha512sums="
bcd463696758056db7efec1fa39abeccc94631ccd4fd23067278b16885dda1afea303eb2340f549416efda5e251cd106497a2d7cd1cfc7ef682593f6a1548611 otp_src_25.3.2.tar.gz
dbebf208c7c043a594da248e5eadc7a1bb1824bc85c70d3f9da97b9edf78fec174a7c3cf56102688fd743f5a4dd0a8b0d501861e63b002af3671e347e54de326 otp_src_26.0.1.tar.gz
"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment