You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
999 B
29 lines
999 B
17 years ago
|
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
|
||
|
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
|
||
|
#
|
||
|
# Filename: package/.../haproxy/haproxy.conf
|
||
|
# Copyright (C) 2008 The OpenSDE Project
|
||
|
#
|
||
|
# More information can be found in the files COPYING and README.
|
||
|
#
|
||
|
# This program is free software; you can redistribute it and/or modify
|
||
|
# it under the terms of the GNU General Public License as published by
|
||
|
# the Free Software Foundation; version 2 of the License. A copy of the
|
||
|
# GNU General Public License can be found in the file COPYING.
|
||
|
# --- SDE-COPYRIGHT-NOTE-END ---
|
||
|
|
||
|
# linux26 optimization
|
||
|
var_append makeopt ' ' "TARGET=linux26"
|
||
|
|
||
|
# use pcre for regex (recommended)
|
||
|
if pkginstalled pcre; then
|
||
|
var_append makeopt ' ' "USE_PCRE=1"
|
||
|
# it is recommended to link in pcre statically
|
||
|
var_append makeopt ' ' "USE_STATIC_PCRE=1"
|
||
|
else
|
||
|
echo_warning "PCRE is not available but recommended for regex support!"
|
||
|
fi
|
||
|
|
||
|
var_append makeinstopt ' ' "DESTDIR=$root"
|
||
|
var_append makeinstopt ' ' "PREFIX=/$prefix"
|