Dash:
[t2.git] / package / develop / erlang-otp / erlang-otp.conf
blobe1bb91937945915571d1f8740a122f0679ecf9ee
1 # --- T2-COPYRIGHT-NOTE-BEGIN ---
2 # T2 SDE: package/*/erlang-otp/erlang-otp.conf
3 # Copyright (C) 2004 - 2021 The T2 SDE Project
4
5 # This Copyright note is generated by scripts/Create-CopyPatch,
6 # more information can be found in the files COPYING and README.
7
8 # This program is free software; you can redistribute it and/or modify
9 # it under the terms of the GNU General Public License version 2.
10 # --- T2-COPYRIGHT-NOTE-END ---
12 var_append confopt ' ' "--enable-smp-support --without-javac"
13 pkginstalled openssl && var_append confopt ' ' "--with-ssl"
15 if atstage "cross"; then
16 export erl_xcomp_sysroot=$root
17 export ac_cv_func_isnan=yes
18 export ac_cv_func_isinf=yes
21 LD="$CXX"
23 install_manpages () {
24     tar $taropt `match_source_file -p otp_doc_man_` -C $root$libdir/erlang/
27 hook_add postinstall 3 "install_manpages"