diff options
| author | Chuck Silvers <chs@FreeBSD.org> | 2025-04-05 21:18:35 +0000 |
|---|---|---|
| committer | Chuck Silvers <chs@FreeBSD.org> | 2025-04-05 21:19:57 +0000 |
| commit | 1ac6ea8a0251243d34f0ede2315b8f2b4393080d (patch) | |
| tree | a0d59d2e9af4adce5773dd4779dfa7f193509395 /tools/regression | |
| parent | c5773d366ecc5271b9bd6e5506c00fb3520f19ae (diff) | |
Diffstat (limited to 'tools/regression')
| -rw-r--r-- | tools/regression/tls/ttls3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/regression/tls/ttls3/Makefile b/tools/regression/tls/ttls3/Makefile index ef00223e4c25..03413ea8e1d6 100644 --- a/tools/regression/tls/ttls3/Makefile +++ b/tools/regression/tls/ttls3/Makefile @@ -1,6 +1,6 @@ all: ttls3 -LDFLAGS=-shared -Bsymbolic --allow-shlib-undefined +LDFLAGS+=-shared -Bsymbolic --allow-shlib-undefined CFLAGS+= -lpthread CFLAGS+= -Wl,--rpath=${.OBJDIR} |
