diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-04-09 01:56:34 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-04-09 01:56:34 +0800 |
commit | 126cef5cdad62670317610a7e8fc7164fe84a632 (patch) | |
tree | 98c9a928e3c17646e4eb4b129b779262a4819ec0 /security/libressl-devel | |
parent | 412f5f5341eaf9fb56aa4e4c2b373e9dca14c728 (diff) | |
download | freebsd-ports-gnome-126cef5cdad62670317610a7e8fc7164fe84a632.tar.gz freebsd-ports-gnome-126cef5cdad62670317610a7e8fc7164fe84a632.tar.zst freebsd-ports-gnome-126cef5cdad62670317610a7e8fc7164fe84a632.zip |
security/libressl-devel: Force linking libthr
- Fixes problem where private SSH keys loading
Diffstat (limited to 'security/libressl-devel')
-rw-r--r-- | security/libressl-devel/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/security/libressl-devel/Makefile b/security/libressl-devel/Makefile index 2e71e050edfe..88c747488542 100644 --- a/security/libressl-devel/Makefile +++ b/security/libressl-devel/Makefile @@ -31,6 +31,7 @@ USES= cpe libtool pathfix pkgconfig USE_LDCONFIG= yes OPTIONS_SUB= yes CFLAGS+= -fpic -DPIC -Wl,-rpath,${PREFIX}/lib -Wl,--as-needed +LDFLAGS+= -lthr INSTALL_TARGET= install-strip TEST_TARGET= check |