mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/erlang-nox to 24.2-3
This commit is contained in:
parent
c821ba4b66
commit
d0f6e64e85
1 changed files with 3 additions and 2 deletions
|
@ -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 \
|
||||
|
|
Loading…
Reference in a new issue