I build openssl in `security/openssl`, but I want change args in configure script!
How to see or log build args for configure script?
How to see or log build args for configure script?
make showconfig, make config, etc. See ports(7).Can show some logs? like :You can see which options were selected with pkg-info(8).
As for the port options itself, usemake showconfig,make config, etc. See ports(7).
./config --prefix=/usr
Look at the ports work source directory, afterCan show some logs? like :
./config --prefix=/usr
make, without make clean, work/openssl.../config.logCONFIGURE_ARGS+=-v
/usr/bin/env __CNF_CPPDEFINES='' __CNF_CPPINCLUDES='' __CNF_CPPFLAGS='' __CNF_CFLAGS='' __CNF_CXXFLAGS='' __CNF_LDFLAGS='' __CNF_LDLIBS='' /usr/local/bin/perl ./Configure BSD-x86_64 '--openssldir=/usr/local/openssl' '--prefix=/usr/local' 'no-aria' 'enable-ec_nistp_64_gcc_128' 'no-idea' 'no-mdc2' 'no-rfc3779' 'enable-sctp' 'no-sm2' 'no-sm3' 'no-sm4'