mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-02-16 23:57:11 +00:00
community/erlang to 24.2-3
This commit is contained in:
parent
3c7e7c981f
commit
c821ba4b66
1 changed files with 3 additions and 2 deletions
|
@ -12,13 +12,13 @@
|
|||
pkgbase=erlang
|
||||
pkgname=(erlang erlang-unixodbc)
|
||||
pkgver=24.2
|
||||
pkgrel=2
|
||||
pkgrel=3
|
||||
_docver=24.2
|
||||
arch=(x86_64)
|
||||
url='https://erlang.org'
|
||||
license=(Apache)
|
||||
makedepends=(fop git glu java-environment libxslt lksctp-tools mesa perl unixodbc wxgtk3)
|
||||
options=(staticlibs !strip)
|
||||
options=(staticlibs)
|
||||
source=(epmd.conf
|
||||
epmd.service
|
||||
epmd.socket
|
||||
|
@ -41,6 +41,7 @@ prepare() {
|
|||
}
|
||||
|
||||
build() {
|
||||
#export CFLAGS+=' -ffat-lto-objects'
|
||||
export PATH="$srcdir/bin:$PATH"
|
||||
export WX_GKT_VER="3.0"
|
||||
cd otp
|
||||
|
|
Loading…
Reference in a new issue