# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/haproxy/haproxy.conf # Copyright (C) 2014 - 2022 The T2 SDE Project # # This Copyright note is generated by scripts/Create-CopyPatch, # 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 version 2. # --- T2-COPYRIGHT-NOTE-END --- var_append makeopt ' ' "TARGET=linux-glibc" # 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" if atstage cross; then var_append makeopt ' ' "LD=$CC" fi