aboutsummaryrefslogtreecommitdiff
path: root/lang/erlang/patches
Commit message (Collapse)AuthorAge
* erlang: Fix compilation without deprecated OpenSSL APIsRosen Penev2019-04-20
| | | | | | Renamed the patch as it does more than fix ENGINE support. Signed-off-by: Rosen Penev <rosenp@gmail.com>
* erlang: Fix compilation without deprecated OpenSSL 1.0.2 APIsRosen Penev2019-01-01
| | | | Signed-off-by: Rosen Penev <rosenp@gmail.com>
* erlang: update to version 19.3, add packagesArnaud Sautaux2018-06-13
| | | | | | | | | | | | | | New packages: * erlang-tools: This Erlang/OTP package provides support for misc tools. * erlang-reltool: This Erlang/OTP package provides support for release management. * erlang-erl-interface: This Erlang/OTP package provides support for erlang interoperability with other languages. * erlang-os_mon: This Erlang/OTP package provides the following services: - cpu_sup CPU load and utilization supervision - disksup Disk supervision - memsup Memory supervision * erlang-xmerl: This Erlang/OTP package provides functions for exporting XML data to an external format Signed-off-by: Arnaud Sautaux <arnaud.sautaux@infoteam.ch>
* erlang: fix musl compatibilityNicolas Thill2015-06-23
| | | | | | gethostbyname_r is available when _GNU_SOURCE is defined, add a patch to check for it instead of __GLIBC__, build with -D_GNU_SOURCE, bump release number Signed-off-by: Nicolas Thill <nico@openwrt.org>
* erlang: import from old packages feedNicolas Thill2014-08-20
- update to latest version (v17.1) - add license info - add myself as maintainer Signed-off-by: Nicolas Thill <nico@openwrt.org>