diff options
| author | Brent Cook <busterb@gmail.com> | 2023-03-26 20:22:22 -0500 |
|---|---|---|
| committer | Brent Cook <busterb@gmail.com> | 2023-03-26 20:22:22 -0500 |
| commit | 190b47b09e63382d9d9bb5b55c48ca0d6c084c17 (patch) | |
| tree | ee75d44691b8c11a30b3c284acc2c80ce6b940ff /include/openssl | |
| parent | 9ee3389582333e5b3bc9f3388a6c4a182a8d0a8a (diff) | |
| parent | 6501696dd7669b3d20d69beffc508c46f0a807da (diff) | |
| download | portable-190b47b09e63382d9d9bb5b55c48ca0d6c084c17.tar.gz portable-190b47b09e63382d9d9bb5b55c48ca0d6c084c17.tar.bz2 portable-190b47b09e63382d9d9bb5b55c48ca0d6c084c17.zip | |
Land #829, fix mips/mips64 elf builds
Diffstat (limited to 'include/openssl')
| -rw-r--r-- | include/openssl/Makefile.am.tpl | 3 |
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 | |||
| 17 | if HOST_I386 | 17 | if HOST_I386 |
| 18 | -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h | 18 | -cp $(top_srcdir)/include/arch/i386/opensslconf.h opensslconf.h |
| 19 | endif | 19 | endif |
| 20 | if HOST_MIPS | ||
| 21 | -cp $(top_srcdir)/include/arch/mips/opensslconf.h opensslconf.h | ||
| 22 | endif | ||
| 20 | if HOST_MIPS64 | 23 | if HOST_MIPS64 |
| 21 | -cp $(top_srcdir)/include/arch/mips64/opensslconf.h opensslconf.h | 24 | -cp $(top_srcdir)/include/arch/mips64/opensslconf.h opensslconf.h |
| 22 | endif | 25 | endif |
