From b38d59920e4bc6a1c7668e077371a1ea78e8de8d Mon Sep 17 00:00:00 2001 From: Leah Neukirchen Date: Sat, 24 May 2025 18:29:20 +0200 Subject: [PATCH] erlang: update to 26.2.5.12. Require SSE2 on i686. --- srcpkgs/erlang/template | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/srcpkgs/erlang/template b/srcpkgs/erlang/template index 1506332c3a4..61e45250d55 100644 --- a/srcpkgs/erlang/template +++ b/srcpkgs/erlang/template @@ -1,6 +1,6 @@ # Template file for 'erlang' pkgname=erlang -version=26.2.5.5 +version=26.2.5.12 revision=1 build_style=gnu-configure make_install_target="install install-docs" @@ -12,7 +12,7 @@ license="Apache-2.0" homepage="http://www.erlang.org/" changelog="https://github.com/erlang/otp/releases" distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz" -checksum=ddfea6f5026a6d4792817102a2e7466cdab266d24243488cd6eea347ddded584 +checksum=93c97a3e14c3700eaaf2182b078fd35f8492da215327bd9c78a1f047946129f7 subpackages="erlang-doc" if [ -z "$CROSS_BUILD" ]; then @@ -23,6 +23,7 @@ fi case "$XBPS_TARGET_MACHINE" in ppc64*|*-musl) configure_args+=" --disable-hipe" ;; + i686*) CFLAGS+=" -msse2" ;; esac pre_configure() {