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.
#
# 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.
#
@ -26,3 +26,7 @@ fi
var_append makeinstopt ' ' "DESTDIR=$root"
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]
[COPY] Filename: package/.../haproxy/haproxy.desc
[COPY] Copyright (C) 2008 - 2012 The OpenSDE Project
[COPY] Copyright (C) 2008 - 2014 The OpenSDE Project
[COPY]
[COPY] More information can be found in the files COPYING and README.
[COPY]
@ -33,6 +33,6 @@
[L] GPL
[S] Stable
[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/

Loading…
Cancel
Save