diff options
| author | tb <> | 2020-12-25 10:50:08 +0000 |
|---|---|---|
| committer | tb <> | 2020-12-25 10:50:08 +0000 |
| commit | 2cc3e262414425825b3c19ff586f2c2cc20bccd2 (patch) | |
| tree | 0525b3909694bb5cc0eb6aa7cd89a23f9e37665a /src | |
| parent | e441132d5e5e7a5aeda96ad6d691c94afbec6899 (diff) | |
| download | openbsd-2cc3e262414425825b3c19ff586f2c2cc20bccd2.tar.gz openbsd-2cc3e262414425825b3c19ff586f2c2cc20bccd2.tar.bz2 openbsd-2cc3e262414425825b3c19ff586f2c2cc20bccd2.zip | |
Add to *FLAGS and *ADD rather than overwriting them
This makes CFLAGS pick up -O2, which shaves a few seconds runtime
off these very slow tests.
Diffstat (limited to 'src')
| -rw-r--r-- | src/regress/lib/libssl/interop/libressl/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/src/regress/lib/libssl/interop/libressl/Makefile b/src/regress/lib/libssl/interop/libressl/Makefile index 78e995abef..d8e20ca122 100644 --- a/src/regress/lib/libssl/interop/libressl/Makefile +++ b/src/regress/lib/libssl/interop/libressl/Makefile | |||
| @@ -1,11 +1,11 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.8 2020/12/17 00:51:11 bluhm Exp $ | 1 | # $OpenBSD: Makefile,v 1.9 2020/12/25 10:50:08 tb Exp $ |
| 2 | 2 | ||
| 3 | PROGS = client server | 3 | PROGS = client server |
| 4 | CFLAGS = -DLIBRESSL_HAS_TLS1_3 | 4 | CFLAGS += -DLIBRESSL_HAS_TLS1_3 |
| 5 | CPPFLAGS = | 5 | CPPFLAGS += |
| 6 | LDFLAGS = | 6 | LDFLAGS += |
| 7 | LDADD = -lssl -lcrypto | 7 | LDADD += -lssl -lcrypto |
| 8 | DPADD = ${LIBSSL} ${LIBCRYPTO} | 8 | DPADD += ${LIBSSL} ${LIBCRYPTO} |
| 9 | LD_LIBRARY_PATH = | 9 | LD_LIBRARY_PATH = |
| 10 | REGRESS_TARGETS = run-self-client-server | 10 | REGRESS_TARGETS = run-self-client-server |
| 11 | .for p in ${PROGS} | 11 | .for p in ${PROGS} |
