aboutsummaryrefslogtreecommitdiff
path: root/security/libressl
diff options
context:
space:
mode:
authorBernard Spil <brnrd@FreeBSD.org>2018-04-29 12:37:37 +0000
committerBernard Spil <brnrd@FreeBSD.org>2018-04-29 12:37:37 +0000
commited493a2a2cc57d45bf80c010eb52bbc6f3175884 (patch)
treecc7624d7dcaf4e7222097f6ad53e70491c781451 /security/libressl
parent1963e088fb573bea082ca40314092af3ec691545 (diff)
downloadports-ed493a2a2cc57d45bf80c010eb52bbc6f3175884.tar.gz
ports-ed493a2a2cc57d45bf80c010eb52bbc6f3175884.zip
security/libressl: Force linking libthr
- Fixes problems with loading private ssh keys
Notes
Notes: svn path=/head/; revision=468626
Diffstat (limited to 'security/libressl')
-rw-r--r--security/libressl/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/security/libressl/Makefile b/security/libressl/Makefile
index cbd3acac596b..990cde8a3abe 100644
--- a/security/libressl/Makefile
+++ b/security/libressl/Makefile
@@ -3,6 +3,7 @@
PORTNAME= libressl
PORTVERSION= 2.7.2
+PORTREVISION= 1
CATEGORIES= security devel
MASTER_SITES= OPENBSD/LibreSSL
@@ -30,6 +31,7 @@ USES= autoreconf 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