mirror of
https://github.com/oasislinux/oasis.git
synced 2026-05-12 21:34:47 +02:00
1.2 KiB
1.2 KiB
openssh
config.h
Generated with
./configure \
--disable-pkcs11 \
--disable-wtmp \
--enable-security-key \
--without-pie \
--with-security-key-builtin \
--with-bearssl \
CPPFLAGS='-I/src/oasis/pkg/openbsd/include -I/src/oasis/out/pkg/libfido2/include -I/src/oasis/out/pkg/zlib/include' \
LDFLAGS='-L/src/oasis/out/pkg/bearssl -L/src/oasis/out/pkg/openbsd -L/src/oasis/out/pkg/libfido2 -L/src/oasis/out/pkg/libcbor -L/src/oasis/out/pkg/zlib' \
LIBS='-l bsd'
Several changes were made:
SECCOMP_AUDIT_ARCH,SANDBOX_SECCOMP_FILTER, andSANDBOX_RLIMITwere removed and instead defined ingen.luadependent on the target toolchain architecture.HAVE_STRNVISwas undefined because although we do build it intolibbsd.a, we don't include the whole openbsd header directory.HAVE_PLEDGEis defined because we have a stub definition inpkg/openbsd/include/unistd.h.SIZEOF_*are undefined because they are only used if C99int*_tare not available._PATH_BTMP,_PATH_PASSWD_PROG,_PATH_SSH_PIDDIRare moved to a top section along with a number of other paths which are normally defined with flags by the Makefile or automatically bypathnames.h.