# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/pound/pound.conf # Copyright (C) 2004 - 2021 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 --- if [ $prefix_auto = 1 ]; then if [ "$SDECFG_PKG_POUND_PREFIX" ]; then prefix="$SDECFG_PKG_POUND_PREFIX" else prefix="opt/pound" fi set_confopt fi atstage native || hook_add preconf 5 "echo 'ac_cv_func_malloc_0_nonnull=yes' >> config.cache" if [ $pkg = "pound" ]; then # by default enabled options [ "$SDECFG_PKG_POUND_DAEMON" == 0 ] && var_append extraconfopt " " "--disable-daemon" [ "$SDECFG_PKG_POUND_SUPER" == 0 ] && var_append extraconfopt " " "--disable-super" # by default disabled options [ "$SDECFG_PKG_POUND_MSWEBDAV" == 1 ] && var_append extraconfopt " " "--enable-msdav" [ "$SDECFG_PKG_POUND_UNSAFE" == 1 ] && var_append extraconfopt " " "--enable-unsafe" fi