mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-25 15:02:56 +02:00
erlang: rebuild against OpenSSL
This commit is contained in:
parent
4e2ddaf734
commit
9e5f0a04e5
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'erlang'
|
# Template file for 'erlang'
|
||||||
pkgname=erlang
|
pkgname=erlang
|
||||||
version=23.2.6
|
version=23.2.6
|
||||||
revision=1
|
revision=2
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="otp-OTP-${version}"
|
build_wrksrc="otp-OTP-${version}"
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
make_install_target="install install-docs"
|
make_install_target="install install-docs"
|
||||||
hostmakedepends="autoconf libxslt perl tar"
|
hostmakedepends="autoconf libxslt perl tar"
|
||||||
makedepends="libressl-devel ncurses-devel unixodbc-devel zlib-devel"
|
makedepends="openssl-devel ncurses-devel unixodbc-devel zlib-devel"
|
||||||
short_desc="Concurrent functional programming language developed by Ericsson"
|
short_desc="Concurrent functional programming language developed by Ericsson"
|
||||||
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
maintainer="Leah Neukirchen <leah@vuxu.org>"
|
||||||
license="Apache-2.0"
|
license="Apache-2.0"
|
||||||
|
|
Loading…
Add table
Reference in a new issue