|
|
@ -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 |
|
|
|