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