Commit 80792020 authored by Alain Takoudjou's avatar Alain Takoudjou

Add erlang component

parent 3c8e9a00
[buildout]
extends =
../ncurses/buildout.cfg
../openssl/buildout.cfg
parts =
erlang
[erlang]
recipe = slapos.recipe.cmmi
url = https://github.com/erlang/otp/releases/download/OTP-26.1/otp_src_26.1.tar.gz
md5sum = 5894480379e63497e04fec11689dbfe3
configure-options =
--with-ssl=${openssl:location}
environment =
CPPFLAGS=-I${ncurses:location}/include -I${openssl:location}/include
LDFLAGS=-L${ncurses:location}/lib -Wl,-rpath=${ncurses:location}/lib -L${openssl:location}/lib -Wl,-rpath=${openssl:location}/lib
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment