- unset MAKEJOBS
- patch -p0 -i ${SRC}/ca-dir_openssl1.1.patch
- ./Configure --prefix=/usr \
- --openssldir=/etc/ssl \
- --libdir=lib \
- shared no-ssl3-method enable-ec_nistp_64_gcc_128 linux-x86_64 \
- "-Wa,--noexecstack ${CPPFLAGS} ${CFLAGS} ${LDFLAGS}"
- make depend
- make -j1
|