From d351eea9d8f393b11c1a55844042e07a81f48aa3 Mon Sep 17 00:00:00 2001 From: Hakase Date: Wed, 14 Feb 2018 17:18:08 +0900 Subject: [PATCH] Clear files --- .gitignore | 1 + auto.sh | 8 ++++++++ lib/openssl-1.1.0g/crypto/asn1/asn1_par.d.tmp | 8 ++++++++ 3 files changed, 17 insertions(+) create mode 100644 lib/openssl-1.1.0g/crypto/asn1/asn1_par.d.tmp diff --git a/.gitignore b/.gitignore index a007e5a..33c5fc5 100644 --- a/.gitignore +++ b/.gitignore @@ -27,4 +27,5 @@ # ETC. autopatch.sh +autoclear.sh diff --git a/auto.sh b/auto.sh index cff0437..9e08abc 100755 --- a/auto.sh +++ b/auto.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' \ diff --git a/lib/openssl-1.1.0g/crypto/asn1/asn1_par.d.tmp b/lib/openssl-1.1.0g/crypto/asn1/asn1_par.d.tmp new file mode 100644 index 0000000..ad2d55a --- /dev/null +++ b/lib/openssl-1.1.0g/crypto/asn1/asn1_par.d.tmp @@ -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