aboutsummaryrefslogtreecommitdiff
path: root/include/openssl
diff options
context:
space:
mode:
authorBrent Cook <busterb@gmail.com>2023-03-26 20:22:50 -0500
committerBrent Cook <busterb@gmail.com>2023-03-26 20:22:50 -0500
commitd4b2f72414f08b031ddd5042f213dbc440b59e43 (patch)
treee8cc3c9235647597b630a8e240bbf7330dd0b71a /include/openssl
parentf91e5ee3c7034904471fc422d311183f8e715933 (diff)
parent6501696dd7669b3d20d69beffc508c46f0a807da (diff)
downloadportable-d4b2f72414f08b031ddd5042f213dbc440b59e43.tar.gz
portable-d4b2f72414f08b031ddd5042f213dbc440b59e43.tar.bz2
portable-d4b2f72414f08b031ddd5042f213dbc440b59e43.zip
Land #829, fix elf mips / mips64 builds
Diffstat (limited to 'include/openssl')
-rw-r--r--include/openssl/Makefile.am.tpl3
1 files changed, 3 insertions, 0 deletions
diff --git a/include/openssl/Makefile.am.tpl b/include/openssl/Makefile.am.tpl
index 2f67d10..303d0b9 100644
--- a/include/openssl/Makefile.am.tpl
+++ b/include/openssl/Makefile.am.tpl
@@ -17,6 +17,9 @@ endif
17if HOST_I386 17if HOST_I386
18 -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h 18 -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h
19endif 19endif
20if HOST_MIPS
21 -cp $(top_srcdir)/include/arch/mips/opensslconf.h opensslconf.h
22endif
20if HOST_MIPS64 23if HOST_MIPS64
21 -cp $(top_srcdir)/include/arch/mips64/opensslconf.h opensslconf.h 24 -cp $(top_srcdir)/include/arch/mips64/opensslconf.h opensslconf.h
22endif 25endif