derle.sh 265 B

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