Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
S
slapos-mynij-dev
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Mynij
slapos-mynij-dev
Commits
6743fbd1
Commit
6743fbd1
authored
Oct 03, 2019
by
Nicolas Wavrant
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
version up: tmux, libevent
parent
50b80c86
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
6 deletions
+6
-6
component/libevent/buildout.cfg
component/libevent/buildout.cfg
+2
-2
component/tmux/buildout.cfg
component/tmux/buildout.cfg
+4
-4
No files found.
component/libevent/buildout.cfg
View file @
6743fbd1
...
...
@@ -12,8 +12,8 @@ configure-options =
[libevent2]
<= libevent
url = https://github.com/libevent/libevent/releases/download/release-2.1.1
0-stable/libevent-2.1.10
-stable.tar.gz
md5sum =
999caf86f52943af2363bc8077f00167
url = https://github.com/libevent/libevent/releases/download/release-2.1.1
1-stable/libevent-2.1.11
-stable.tar.gz
md5sum =
7f35cfe69b82d879111ec0d7b7b1c531
environment =
CPPFLAGS=-I${openssl:location}/include
LDFLAGS=-L${openssl:location}/lib
\ No newline at end of file
component/tmux/buildout.cfg
View file @
6743fbd1
...
...
@@ -8,10 +8,10 @@ parts +=
[tmux]
recipe = slapos.recipe.cmmi
url = https://github.com/tmux/tmux/releases/download/2.
0/tmux-2.0
.tar.gz
md5sum =
9fb6b443392c3978da5d599f1e814eaa
url = https://github.com/tmux/tmux/releases/download/2.
9a/tmux-2.9a
.tar.gz
md5sum =
f0564dbf4cf6b301c4845219d27ed3ad
environment =
CFLAGS=-I${ncurses:location}/include -I${libevent:location}/include/
LDFLAGS=-L${ncurses:location}/lib/ -L${libevent
:location}/lib/ -Wl,-rpath=${ncurses:location}/lib/ -Wl,-rpath=${libevent
:location}/lib/
CFLAGS=-I${ncurses:location}/include -I${libevent
2
:location}/include/
LDFLAGS=-L${ncurses:location}/lib/ -L${libevent
2:location}/lib/ -Wl,-rpath=${ncurses:location}/lib/ -Wl,-rpath=${libevent2
:location}/lib/
configure-options =
--prefix=${buildout:parts-directory}/${:_buildout_section_name_}
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment