mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/erlang-nox to 21.3-1
This commit is contained in:
parent
dc529f72ce
commit
922f9d6805
1 changed files with 6 additions and 5 deletions
|
@ -9,8 +9,8 @@
|
||||||
# - configure with --disable-pgo to fix ARM FTBFS
|
# - configure with --disable-pgo to fix ARM FTBFS
|
||||||
|
|
||||||
pkgname=erlang-nox
|
pkgname=erlang-nox
|
||||||
pkgver=21.2
|
pkgver=21.3
|
||||||
_docver=21.2
|
_docver=21.3
|
||||||
pkgrel=1
|
pkgrel=1
|
||||||
pkgdesc='General-purpose concurrent functional programming language (headless version)'
|
pkgdesc='General-purpose concurrent functional programming language (headless version)'
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
|
@ -29,22 +29,23 @@ source=("git+https://github.com/erlang/otp.git#tag=OTP-$pkgver"
|
||||||
epmd.service
|
epmd.service
|
||||||
epmd.socket)
|
epmd.socket)
|
||||||
sha256sums=('SKIP'
|
sha256sums=('SKIP'
|
||||||
'e85a782e0fcd38b92098110b320e28ea8030cce318868d99a4fe6d17ae08b778'
|
'f5464b5c8368aa40c175a5908b44b6d9670dbd01ba7a1eef1b366c7dc36ba172'
|
||||||
'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
|
'78ce5e67b21758c767d727e56b20502f75dc4385ff9b6c6db312d8e8506f2df2'
|
||||||
'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
|
'b121ec9053fb37abca5f910a81c526f93ec30fe13b574a12209223b346886a9e'
|
||||||
'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
|
'998a759e4cea4527f9d9b241bf9f32527d7378d63ea40afa38443c6c3ceaea34')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
cd otp && ./otp_build autoconf
|
cd otp
|
||||||
|
./otp_build autoconf
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
cd otp
|
cd otp
|
||||||
./configure \
|
./configure \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
|
--enable-builtin-zlib \
|
||||||
--enable-smp-support \
|
--enable-smp-support \
|
||||||
--with-odbc \
|
--with-odbc \
|
||||||
--enable-builtin-zlib \
|
|
||||||
--disable-pgo
|
--disable-pgo
|
||||||
make
|
make
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue