erlang: broken x86_64-musl

This commit is contained in:
maxice8 2019-03-06 14:26:49 -03:00
parent b2d20f4beb
commit 57113882a2
No known key found for this signature in database
GPG Key ID: 543B9D4F4299F06B
1 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@ pkgname=erlang
version=21.2.6
revision=1
create_wrksrc=yes
build_wrksrc=otp-OTP-${version}
build_wrksrc="otp-OTP-${version}"
build_style=gnu-configure
configure_args="$(vopt_if x11 --with-wx-config=wx-config-3.0)"
make_install_target="install install-docs"
@ -15,10 +15,14 @@ maintainer="Leah Neukirchen <leah@vuxu.org>"
license="Apache-2.0"
homepage="http://www.erlang.org/"
distfiles="https://github.com/erlang/otp/archive/OTP-${version}.tar.gz"
checksum="aa0b95031e7c01af8a7042a00974ab16ed8fec305a68d7dbaa4185e5d58ef4d5"
checksum=aa0b95031e7c01af8a7042a00974ab16ed8fec305a68d7dbaa4185e5d58ef4d5
build_options="x11"
case "$XBPS_TARGET_MACHINE" in
x86_64-musl) broken="dlvsym not available" ;;
easc
pre_configure() {
./otp_build autoconf
if [ "$CROSS_BUILD" ]; then