mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
erlang: update to 25.0.4.
This commit is contained in:
parent
4d00a03645
commit
17e1c42d69
1 changed files with 2 additions and 3 deletions
|
@ -1,6 +1,6 @@
|
||||||
# Template file for 'erlang'
|
# Template file for 'erlang'
|
||||||
pkgname=erlang
|
pkgname=erlang
|
||||||
version=24.3.4.1
|
version=25.0.4
|
||||||
revision=1
|
revision=1
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="otp-OTP-${version}"
|
build_wrksrc="otp-OTP-${version}"
|
||||||
|
@ -14,7 +14,7 @@ license="Apache-2.0"
|
||||||
homepage="http://www.erlang.org/"
|
homepage="http://www.erlang.org/"
|
||||||
changelog="https://github.com/erlang/otp/releases"
|
changelog="https://github.com/erlang/otp/releases"
|
||||||
distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz"
|
distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz"
|
||||||
checksum=98363e5489356ed4fb3616e44d430b3daf5bb286be800d1c331fba8ef35ca3a0
|
checksum=05878cb51a64b33c86836b12a21903075c300409b609ad5e941ddb0feb8c2120
|
||||||
subpackages="erlang-doc"
|
subpackages="erlang-doc"
|
||||||
|
|
||||||
if [ -z "$CROSS_BUILD" ]; then
|
if [ -z "$CROSS_BUILD" ]; then
|
||||||
|
@ -28,7 +28,6 @@ case "$XBPS_TARGET_MACHINE" in
|
||||||
esac
|
esac
|
||||||
|
|
||||||
pre_configure() {
|
pre_configure() {
|
||||||
./otp_build autoconf
|
|
||||||
if [ "$CROSS_BUILD" ]; then
|
if [ "$CROSS_BUILD" ]; then
|
||||||
# Build the bootstrap compiler for the host platform.
|
# Build the bootstrap compiler for the host platform.
|
||||||
env - PATH=/usr/bin:/usr/sbin ./configure --enable-bootstrap-only
|
env - PATH=/usr/bin:/usr/sbin ./configure --enable-bootstrap-only
|
||||||
|
|
Loading…
Add table
Reference in a new issue