mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2025-03-19 00:21:40 +00:00
community/erlang to 24.0.4-2
This commit is contained in:
parent
7b6818b767
commit
18a5e1b7b4
1 changed files with 4 additions and 3 deletions
|
@ -12,7 +12,7 @@
|
||||||
pkgbase=erlang
|
pkgbase=erlang
|
||||||
pkgname=(erlang erlang-unixodbc)
|
pkgname=(erlang erlang-unixodbc)
|
||||||
pkgver=24.0.4
|
pkgver=24.0.4
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
_docver=24.0
|
_docver=24.0
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://erlang.org'
|
url='https://erlang.org'
|
||||||
|
@ -31,10 +31,11 @@ b2sums=('1675ac9bf948ab19e8b63077d870ccf356fcdbce14de2777f00b3488aa1ce34a5e0a5cd
|
||||||
'SKIP')
|
'SKIP')
|
||||||
|
|
||||||
prepare() {
|
prepare() {
|
||||||
# Hack so that erlang can find wx-config-gtk3 as wx-config in the $PATH
|
# use a hack so that erlang can find wx-config-gtk3 as wx-config in the $PATH
|
||||||
mkdir -p bin
|
mkdir -p bin
|
||||||
ln -fs /usr/bin/wx-config-gtk3 bin/wx-config
|
ln -fs /usr/bin/wx-config-gtk3 bin/wx-config
|
||||||
export PATH="$srcdir/bin:$PATH"
|
export PATH="$srcdir/bin:$PATH"
|
||||||
|
|
||||||
sed -i 's/^LDFLAGS = /LDFLAGS += /g' otp/lib/megaco/src/flex/Makefile.in
|
sed -i 's/^LDFLAGS = /LDFLAGS += /g' otp/lib/megaco/src/flex/Makefile.in
|
||||||
sed -i 's/^LDFLAGS = /LDFLAGS += /g' otp/lib/odbc/c_src/Makefile.in
|
sed -i 's/^LDFLAGS = /LDFLAGS += /g' otp/lib/odbc/c_src/Makefile.in
|
||||||
}
|
}
|
||||||
|
@ -56,7 +57,7 @@ build() {
|
||||||
|
|
||||||
package_erlang() {
|
package_erlang() {
|
||||||
pkgdesc='General-purpose concurrent functional programming language developed by Ericsson'
|
pkgdesc='General-purpose concurrent functional programming language developed by Ericsson'
|
||||||
depends=(glu ncurses openssl wxgtk3)
|
depends=(glu ncurses openssl webkit2gtk wxgtk3)
|
||||||
optdepends=('erlang-unixodbc: database support'
|
optdepends=('erlang-unixodbc: database support'
|
||||||
'java-environment: for Java support'
|
'java-environment: for Java support'
|
||||||
'lksctp-tools: for SCTP support')
|
'lksctp-tools: for SCTP support')
|
||||||
|
|
Loading…
Reference in a new issue