erlang: update to 25.0.4.
This commit is contained in:
parent
4d00a03645
commit
17e1c42d69
|
@ -1,6 +1,6 @@
|
|||
# Template file for 'erlang'
|
||||
pkgname=erlang
|
||||
version=24.3.4.1
|
||||
version=25.0.4
|
||||
revision=1
|
||||
create_wrksrc=yes
|
||||
build_wrksrc="otp-OTP-${version}"
|
||||
|
@ -14,7 +14,7 @@ license="Apache-2.0"
|
|||
homepage="http://www.erlang.org/"
|
||||
changelog="https://github.com/erlang/otp/releases"
|
||||
distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz"
|
||||
checksum=98363e5489356ed4fb3616e44d430b3daf5bb286be800d1c331fba8ef35ca3a0
|
||||
checksum=05878cb51a64b33c86836b12a21903075c300409b609ad5e941ddb0feb8c2120
|
||||
subpackages="erlang-doc"
|
||||
|
||||
if [ -z "$CROSS_BUILD" ]; then
|
||||
|
@ -28,7 +28,6 @@ case "$XBPS_TARGET_MACHINE" in
|
|||
esac
|
||||
|
||||
pre_configure() {
|
||||
./otp_build autoconf
|
||||
if [ "$CROSS_BUILD" ]; then
|
||||
# Build the bootstrap compiler for the host platform.
|
||||
env - PATH=/usr/bin:/usr/sbin ./configure --enable-bootstrap-only
|
||||
|
|
Loading…
Reference in New Issue