# --- T2-COPYRIGHT-NOTE-BEGIN --- # T2 SDE: package/*/erlang-otp/erlang-otp.conf # Copyright (C) 2004 - 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 confopt ' ' "--enable-smp-support --without-javac" pkginstalled openssl && var_append confopt ' ' "--with-ssl" if atstage "cross"; then export erl_xcomp_sysroot=$root export ac_cv_func_isnan=yes export ac_cv_func_isinf=yes fi LD="$CXX" install_manpages() { tar $taropt `match_source_file -p otp_doc_man_` -C $root$libdir/erlang/ } hook_add postinstall 3 "install_manpages"