mirror of
https://github.com/archlinuxarm/PKGBUILDs.git
synced 2024-11-28 22:57:37 +00:00
community/erlang to 24.2-2
This commit is contained in:
parent
a8d78c5739
commit
6897155e38
1 changed files with 5 additions and 5 deletions
|
@ -12,13 +12,13 @@
|
||||||
pkgbase=erlang
|
pkgbase=erlang
|
||||||
pkgname=(erlang erlang-unixodbc)
|
pkgname=(erlang erlang-unixodbc)
|
||||||
pkgver=24.2
|
pkgver=24.2
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
_docver=24.2
|
_docver=24.2
|
||||||
arch=(x86_64)
|
arch=(x86_64)
|
||||||
url='https://erlang.org'
|
url='https://erlang.org'
|
||||||
license=(Apache)
|
license=(Apache)
|
||||||
makedepends=(fop git glu java-environment libxslt lksctp-tools mesa perl unixodbc wxgtk3)
|
makedepends=(fop git glu java-environment libxslt lksctp-tools mesa perl unixodbc wxgtk3)
|
||||||
options=(staticlibs)
|
options=(staticlibs !strip)
|
||||||
source=(epmd.conf
|
source=(epmd.conf
|
||||||
epmd.service
|
epmd.service
|
||||||
epmd.socket
|
epmd.socket
|
||||||
|
@ -35,9 +35,9 @@ prepare() {
|
||||||
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"
|
||||||
|
# adjust how LDFLAGS are handled
|
||||||
sed -i 's/^LDFLAGS = /LDFLAGS += /g' otp/lib/megaco/src/flex/Makefile.in
|
sed -i 's/^LDFLAGS = /LDFLAGS += /g' \
|
||||||
sed -i 's/^LDFLAGS = /LDFLAGS += /g' otp/lib/odbc/c_src/Makefile.in
|
otp/lib/{odbc/c_src,megaco/src/flex}/Makefile.in
|
||||||
}
|
}
|
||||||
|
|
||||||
build() {
|
build() {
|
||||||
|
|
Loading…
Reference in a new issue