K 10 svn:author V 5 tobik K 8 svn:date V 27 2020-03-11T08:59:40.515563Z K 7 svn:log V 462 net/findomain: Unbreak build on i386 and use system OpenSSL Due to a Cargo bug(?) the "vendored" feature seems to leak even outside of targeting arm-unknown-linux-gnu-eabhif or aarch64-unknown-linux-gnu. Remove those lines from Cargo.toml to make sure we are building with the system OpenSSL instead of the bundled one. openssl-src build on i386 was failing because for some reason it is hardcoded to use "gmake" only when the host is x86_64-unknown-freebsd. END