# --- T2-COPYRIGHT-BEGIN --- # t2/package/*/dietlibc/pkg_openssl_post.conf # Copyright (C) 2004 - 2025 The T2 SDE Project # SPDX-License-Identifier: GPL-2.0 # --- T2-COPYRIGHT-END --- if [ "$pkg_dietlibc_useit" = 1 ]; then # no threading while using dietlibc var_append confopt ' ' no-threads if [ "$diet_dynamic_static" == "static" ]; then # removing shared from confopt var_remove confopt ' ' shared # we have to build openssl statically using dietlibc so far var_append confopt ' ' no-shared # build no extra modules var_append confopt ' ' no-dso fi fi