summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-29 14:47:14 -0400
committerJune McEnroe <june@causal.agency>2020-09-29 14:47:14 -0400
commiteea3cdfb26b07f4fdbb4ad570283fb1e1ea99772 (patch)
tree8d50b01287be50165de261e994b6b7611b8378dc
parentImport LibreSSL 3.2.0 (diff)
downloadlibretls-eea3cdfb26b07f4fdbb4ad570283fb1e1ea99772.tar.gz
libretls-eea3cdfb26b07f4fdbb4ad570283fb1e1ea99772.zip
import: Add m4/ax_add_fortify_source.m4
Diffstat (limited to '')
-rw-r--r--import.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/import.sh b/import.sh
index 1c95070..5da49ba 100644
--- a/import.sh
+++ b/import.sh
@@ -30,6 +30,8 @@ tar -x -f "${input}" --strip-components 1 \
 	'libressl-*/include/compat/win32netcompat.h' \
 	'libressl-*/include/tls.h' \
 	'libressl-*/libtls.pc.in' \
+	'libressl-*/m4/ax_add_fortify_source.m4' \
+	'libressl-*/m4/ax_check_compile_flag.m4' \
 	'libressl-*/m4/check-hardening-options.m4' \
 	'libressl-*/m4/check-libc.m4' \
 	'libressl-*/m4/check-os-options.m4' \
tgirl/commit/Makefile?h=1.9&id=a0ff0d5c46d439341d2d135a9864a9e5f8ff9055&follow=1'>Depend on man.sh for chroot.tar targetJune McEnroe 2018-09-10Set LESSSECURE=1 in man.shJune McEnroe 2018-09-10Add /man commandJune McEnroe 2018-09-10Install man page in chrootJune McEnroe 2018-09-10Install man pageJune McEnroe 2018-09-10Split keys into subsections and document colorsJune McEnroe 2018-09-10Add "blank" lines to chatte.1June McEnroe 2018-09-10Document key bindings in chatte.1June McEnroe 2018-09-08Document slash commands in chatte.1June McEnroe