mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
extra/erlang to 26.0.1-2
This commit is contained in:
parent
ae6faa657a
commit
8a99afd66c
1 changed files with 7 additions and 5 deletions
|
@ -12,7 +12,7 @@
|
||||||
pkgbase=erlang
|
pkgbase=erlang
|
||||||
pkgname=(erlang erlang-unixodbc)
|
pkgname=(erlang erlang-unixodbc)
|
||||||
pkgver=26.0.1
|
pkgver=26.0.1
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
_docver=26.0
|
_docver=26.0
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://erlang.org'
|
url='https://erlang.org'
|
||||||
|
@ -23,7 +23,7 @@ source=(epmd.conf
|
||||||
epmd.service
|
epmd.service
|
||||||
epmd.socket
|
epmd.socket
|
||||||
"$url/download/otp_doc_man_$_docver.tar.gz"
|
"$url/download/otp_doc_man_$_docver.tar.gz"
|
||||||
"git+https://github.com/erlang/otp#commit=5400ccf243a31d664153a4b9ceb9de3edfce1e0e") # tag: OTP-25.3
|
"git+https://github.com/erlang/otp#commit=b54b86ad4f1253f46fd4552a73923756660c1d53") # tag: OTP-26.1
|
||||||
b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87'
|
b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cdc0428707f744dee5940b12653a44e0ded0554de95ebb31bce4676ff87'
|
||||||
'1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f'
|
'1f765318bcd322ce697a48c064ccdb1bd107b4a84e164a87f62678391cb82a9ab17a397d679cf266e037a5a2d91772b85f7a97f9cc5478c0f18118743b30045f'
|
||||||
'c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553'
|
'c37706f5f6e2d49100104fb442ebf15edd6ee0a1e8038d0364794cf34fd3f02a61b9ad2706228b3327b85b0cadcd11aac6087e7c98408eae2d307a09191b6553'
|
||||||
|
@ -41,12 +41,14 @@ build() {
|
||||||
cd otp
|
cd otp
|
||||||
./otp_build autoconf
|
./otp_build autoconf
|
||||||
./configure \
|
./configure \
|
||||||
--enable-builtin-zlib \
|
--enable-threads \
|
||||||
--enable-smp-support \
|
--enable-shared-zlib \
|
||||||
|
--enable-ssl=dynamic-ssl-lib \
|
||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--with-odbc \
|
--with-odbc \
|
||||||
--disable-pgo
|
--disable-pgo
|
||||||
make DOC_TARGETS=chunks all docs
|
make DOC_TARGETS=chunks all
|
||||||
|
make DOC_TARGETS=chunks docs
|
||||||
}
|
}
|
||||||
|
|
||||||
package_erlang() {
|
package_erlang() {
|
||||||
|
|
Loading…
Reference in a new issue