Hash : 258e4c2f Author : Date : 2022-05-09T01:33:25
increase build threads
Download
1 2 3 4 5 6 7
#!/bin/sh set -e rm -f man/*.[35] include/openssl/*.h ./autogen.sh ./configure make -j4 distcheck