# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/wget/wget.conf # Copyright (C) 2011 - 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- export PYTHON="/usr/bin/python3" if ! pkginstalled gnutls && pkginstalled openssl; then var_append confopt ' ' --with-ssl=openssl var_append confopt ' ' --with-libssl-prefix=$root/$prefix fi