Browse Source

haproxy: marked as being cross-compileable if requested

stable/0.6
Nagy Karoly Gabriel 11 years ago
parent
commit
581ffe0d4d
  1. 6
      network/haproxy/haproxy.conf
  2. 4
      network/haproxy/haproxy.desc

6
network/haproxy/haproxy.conf

@ -2,7 +2,7 @@
# This copyright note is auto-generated by ./scripts/Create-CopyPatch. # This copyright note is auto-generated by ./scripts/Create-CopyPatch.
# #
# Filename: package/.../haproxy/haproxy.conf # Filename: package/.../haproxy/haproxy.conf
# Copyright (C) 2008 The OpenSDE Project # Copyright (C) 2008 - 2014 The OpenSDE Project
# #
# More information can be found in the files COPYING and README. # More information can be found in the files COPYING and README.
# #
@ -26,3 +26,7 @@ fi
var_append makeinstopt ' ' "DESTDIR=$root" var_append makeinstopt ' ' "DESTDIR=$root"
var_append makeinstopt ' ' "PREFIX=/$prefix" var_append makeinstopt ' ' "PREFIX=/$prefix"
if atstage cross; then
var_append makeopt ' ' "LD=$CC"
fi

4
network/haproxy/haproxy.desc

@ -2,7 +2,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY] [COPY]
[COPY] Filename: package/.../haproxy/haproxy.desc [COPY] Filename: package/.../haproxy/haproxy.desc
[COPY] Copyright (C) 2008 - 2012 The OpenSDE Project [COPY] Copyright (C) 2008 - 2014 The OpenSDE Project
[COPY] [COPY]
[COPY] More information can be found in the files COPYING and README. [COPY] More information can be found in the files COPYING and README.
[COPY] [COPY]
@ -33,6 +33,6 @@
[L] GPL [L] GPL
[S] Stable [S] Stable
[V] 1.4.22 [V] 1.4.22
[P] X -----5---9 800.000 [P] X -?---5---9 800.000
[D] 452219115 haproxy-1.4.22.tar.gz http://haproxy.1wt.eu/download/1.4/src/ [D] 452219115 haproxy-1.4.22.tar.gz http://haproxy.1wt.eu/download/1.4/src/

Loading…
Cancel
Save