diff options
Diffstat (limited to '')
| -rw-r--r-- | src/regress/lib/libssl/interop/botan/Makefile | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/src/regress/lib/libssl/interop/botan/Makefile b/src/regress/lib/libssl/interop/botan/Makefile index cc8016cafb..7d5435f9d2 100644 --- a/src/regress/lib/libssl/interop/botan/Makefile +++ b/src/regress/lib/libssl/interop/botan/Makefile | |||
| @@ -1,11 +1,22 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.2 2020/10/29 06:05:12 tb Exp $ | 1 | # $OpenBSD: Makefile,v 1.3 2020/10/30 03:12:40 tb Exp $ |
| 2 | |||
| 3 | .include <bsd.own.mk> | ||
| 2 | 4 | ||
| 3 | .if ! exists(/usr/local/bin/botan) | 5 | .if ! exists(/usr/local/bin/botan) |
| 4 | regress: | 6 | regress: |
| 5 | # install botan2 from ports for interop tests | 7 | # install botan2 from ports for interop tests |
| 6 | @echo SKIPPED | 8 | @echo SKIPPED |
| 9 | .elif (${COMPILER_VERSION:L} != "clang" && ! exists(/usr/local/bin/eg++)) | ||
| 10 | regress: | ||
| 11 | # on gcc-archs install g++ from ports for botan2 interop tests | ||
| 12 | @echo SKIPPED | ||
| 7 | .else | 13 | .else |
| 8 | 14 | ||
| 15 | # C++11 | ||
| 16 | .if ${COMPILER_VERSION:L} != "clang" && ${CXX} == "c++" | ||
| 17 | CXX = /usr/local/bin/eg++ | ||
| 18 | .endif | ||
| 19 | |||
| 9 | LIBRARIES = libressl | 20 | LIBRARIES = libressl |
| 10 | .if exists(/usr/local/bin/eopenssl) | 21 | .if exists(/usr/local/bin/eopenssl) |
| 11 | LIBRARIES += openssl | 22 | LIBRARIES += openssl |
