community/erlang-nox to 24.2-3

This commit is contained in:
Kevin Mihelich 2022-01-26 13:57:10 +00:00
parent c821ba4b66
commit d0f6e64e85

View file

@ -10,7 +10,7 @@
pkgname=erlang-nox pkgname=erlang-nox
pkgver=24.2 pkgver=24.2
pkgrel=2 pkgrel=3
_docver=24.2 _docver=24.2
pkgdesc='General-purpose concurrent functional programming language (headless version)' pkgdesc='General-purpose concurrent functional programming language (headless version)'
arch=(x86_64) arch=(x86_64)
@ -22,7 +22,7 @@ conflicts=(erlang)
optdepends=('erlang-unixodbc: database support' optdepends=('erlang-unixodbc: database support'
'java-environment: for Java support' 'java-environment: for Java support'
'lksctp-tools: for SCTP support') 'lksctp-tools: for SCTP support')
options=(staticlibs !strip) options=(staticlibs)
source=(epmd.conf source=(epmd.conf
epmd.service epmd.service
epmd.socket epmd.socket
@ -36,6 +36,7 @@ b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cd
build() { build() {
cd otp cd otp
#export CFLAGS+=' -ffat-lto-objects'
./otp_build autoconf ./otp_build autoconf
./configure \ ./configure \
--enable-builtin-zlib \ --enable-builtin-zlib \