Commit 6743fbd1 authored by Nicolas Wavrant's avatar Nicolas Wavrant

version up: tmux, libevent

parent 50b80c86
...@@ -12,8 +12,8 @@ configure-options = ...@@ -12,8 +12,8 @@ configure-options =
[libevent2] [libevent2]
<= libevent <= libevent
url = https://github.com/libevent/libevent/releases/download/release-2.1.10-stable/libevent-2.1.10-stable.tar.gz url = https://github.com/libevent/libevent/releases/download/release-2.1.11-stable/libevent-2.1.11-stable.tar.gz
md5sum = 999caf86f52943af2363bc8077f00167 md5sum = 7f35cfe69b82d879111ec0d7b7b1c531
environment = environment =
CPPFLAGS=-I${openssl:location}/include CPPFLAGS=-I${openssl:location}/include
LDFLAGS=-L${openssl:location}/lib LDFLAGS=-L${openssl:location}/lib
\ No newline at end of file
...@@ -8,10 +8,10 @@ parts += ...@@ -8,10 +8,10 @@ parts +=
[tmux] [tmux]
recipe = slapos.recipe.cmmi recipe = slapos.recipe.cmmi
url = https://github.com/tmux/tmux/releases/download/2.0/tmux-2.0.tar.gz url = https://github.com/tmux/tmux/releases/download/2.9a/tmux-2.9a.tar.gz
md5sum = 9fb6b443392c3978da5d599f1e814eaa md5sum = f0564dbf4cf6b301c4845219d27ed3ad
environment = environment =
CFLAGS=-I${ncurses:location}/include -I${libevent:location}/include/ CFLAGS=-I${ncurses:location}/include -I${libevent2:location}/include/
LDFLAGS=-L${ncurses:location}/lib/ -L${libevent:location}/lib/ -Wl,-rpath=${ncurses:location}/lib/ -Wl,-rpath=${libevent:location}/lib/ LDFLAGS=-L${ncurses:location}/lib/ -L${libevent2:location}/lib/ -Wl,-rpath=${ncurses:location}/lib/ -Wl,-rpath=${libevent2:location}/lib/
configure-options = configure-options =
--prefix=${buildout:parts-directory}/${:_buildout_section_name_} --prefix=${buildout:parts-directory}/${:_buildout_section_name_}
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