Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
slapos
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
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Thomas Gambier
slapos
Commits
97db2dbe
Commit
97db2dbe
authored
Jun 17, 2020
by
Kazuhiko Shiozaki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
component/haproxy: version up 2.0.15.
also add CPU=native for possibly better performance.
parent
60a52368
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
component/haproxy/buildout.cfg
component/haproxy/buildout.cfg
+5
-4
No files found.
component/haproxy/buildout.cfg
View file @
97db2dbe
...
@@ -13,14 +13,15 @@ parts = haproxy
...
@@ -13,14 +13,15 @@ parts = haproxy
[haproxy]
[haproxy]
recipe = slapos.recipe.cmmi
recipe = slapos.recipe.cmmi
shared = true
shared = true
url = http://www.haproxy.org/download/
1.8/src/haproxy-1.8.2
5.tar.gz
url = http://www.haproxy.org/download/
2.0/src/haproxy-2.0.1
5.tar.gz
md5sum =
ef2164ca3b1ea9011aa271a8cbe030a4
md5sum =
59f892991476f08e2d16ac460c502f61
configure-command = true
configure-command = true
#
If the system is running on Linux 2.6, we use "linux26
" as the TARGET,
#
for Linux kernel 2.6.28 and above, we use "linux-glibc
" as the TARGET,
# otherwise use "generic".
# otherwise use "generic".
# For ARCH value, x86_64 and i[3456]86 are supported.
# For ARCH value, x86_64 and i[3456]86 are supported.
make-options =
make-options =
TARGET="$(uname -sr 2>/dev/null|grep -Eq '^Linux (2\.6\.2[89]|2\.6\.[3-9]|[3-9])' && echo linux2628 || echo generic)"
TARGET="$(uname -sr 2>/dev/null|grep -Eq '^Linux (2\.6\.2[89]|2\.6\.[3-9]|[3-9])' && echo linux-glibc || echo generic)"
CPU=native
ARCH="$(uname -m 2>/dev/null|grep -E '^(x86_64|i[3456]86)$')"
ARCH="$(uname -m 2>/dev/null|grep -E '^(x86_64|i[3456]86)$')"
PREFIX=@@LOCATION@@
PREFIX=@@LOCATION@@
USE_DL=1
USE_DL=1
...
...
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