Skip to content

Commit

Permalink
bump erlang to R15B01
Browse files Browse the repository at this point in the history
  • Loading branch information
schisamo committed Aug 21, 2012
1 parent 9406ad2 commit 5f17277
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions config/software/erlang.rb
Expand Up @@ -5,9 +5,9 @@
# Licensed under the Apache License, Version 2.0 (the "License");
# you may not use this file except in compliance with the License.
# You may obtain a copy of the License at
#
#
# http://www.apache.org/licenses/LICENSE-2.0
#
#
# Unless required by applicable law or agreed to in writing, software
# distributed under the License is distributed on an "AS IS" BASIS,
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
Expand All @@ -16,14 +16,14 @@
#

name "erlang"
version "R14B03"
version "R15B01"

dependencies ["zlib", "openssl", "ncurses"]

source :url => "http://www.erlang.org/download/otp_src_R14B03.tar.gz",
:md5 => "7979e662d11476b97c462feb7c132fb7"
source :url => "http://www.erlang.org/download/otp_src_R15B01.tar.gz",
:md5 => "f12d00f6e62b36ad027d6c0c08905fad"

relative_path "otp_src_R14B03"
relative_path "otp_src_R15B01"

env = {
"CFLAGS" => "-L#{install_dir}/embedded/lib -I#{install_dir}/embedded/erlang/include",
Expand All @@ -34,7 +34,7 @@
# set up the erlang include dir
command "mkdir -p #{install_dir}/embedded/erlang/include"
%w{ncurses openssl zlib.h zconf.h}.each do |link|
command "ln -fs #{install_dir}/embedded/include/#{link} #{install_dir}/embedded/erlang/include"
command "ln -fs #{install_dir}/embedded/include/#{link} #{install_dir}/embedded/erlang/include/#{link}"
end

# TODO: build cross-platform. this is for linux
Expand Down

0 comments on commit 5f17277

Please sign in to comment.