Clear files
This commit is contained in:
@@ -27,4 +27,5 @@
|
||||
|
||||
# ETC.
|
||||
autopatch.sh
|
||||
autoclear.sh
|
||||
|
||||
@@ -3,6 +3,14 @@
|
||||
#--with-openssl-opt="enable-weak-ssl-ciphers enable-tls1_3 -DCFLAGS='-march=native -O3 -flto -fuse-linker-plugin'" \
|
||||
#--with-openssl-opt="enable-weak-ssl-ciphers enable-tls1_3 -DCFLAGS='-march=native -O3 -flto -fuse-linker-plugin'" \
|
||||
|
||||
|
||||
### PSOL Download (PageSpeed)
|
||||
if [ ! -d "lib/ngx_pagespeed/psol" ]; then
|
||||
cd lib/ngx_pagespeed
|
||||
curl "$(scripts/format_binary_url.sh PSOL_BINARY_URL)" | tar xz
|
||||
cd ../../
|
||||
fi
|
||||
|
||||
auto/configure \
|
||||
--with-cc-opt='-DTCP_FASTOPEN=23 -m64 -g -O3 -march=native -flto -fstack-protector-strong -fuse-ld=gold -fuse-linker-plugin --param=ssp-buffer-size=4 -Wformat -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -gsplit-dwarf --param=ssp-buffer-size=4 -DNGX_HTTP_HEADERS' \
|
||||
--with-ld-opt='-ljemalloc -Wl,-z,relro' \
|
||||
|
||||
@@ -0,0 +1,8 @@
|
||||
crypto/asn1/asn1_par.o: crypto/asn1/asn1_par.c \
|
||||
crypto/include/internal/cryptlib.h e_os.h include/openssl/opensslconf.h \
|
||||
include/openssl/e_os2.h include/openssl/crypto.h include/openssl/stack.h \
|
||||
include/openssl/safestack.h include/openssl/opensslv.h \
|
||||
include/openssl/ossl_typ.h include/openssl/symhacks.h \
|
||||
include/openssl/buffer.h include/openssl/bio.h include/openssl/err.h \
|
||||
include/openssl/lhash.h include/openssl/objects.h \
|
||||
include/openssl/obj_mac.h include/openssl/asn1.h include/openssl/bn.h
|
||||
Reference in New Issue
Block a user