diff options
author | brnrd <brnrd@FreeBSD.org> | 2018-04-29 20:37:37 +0800 |
---|---|---|
committer | brnrd <brnrd@FreeBSD.org> | 2018-04-29 20:37:37 +0800 |
commit | 15de3d4faecf081140b9a3a932cfd645f6a46b34 (patch) | |
tree | cc7624d7dcaf4e7222097f6ad53e70491c781451 /security/libressl | |
parent | 53a52851c23d0ca90c2c7242d70100059d268bf0 (diff) | |
download | freebsd-ports-gnome-15de3d4faecf081140b9a3a932cfd645f6a46b34.tar.gz freebsd-ports-gnome-15de3d4faecf081140b9a3a932cfd645f6a46b34.tar.zst freebsd-ports-gnome-15de3d4faecf081140b9a3a932cfd645f6a46b34.zip |
security/libressl: Force linking libthr
- Fixes problems with loading private ssh keys
Diffstat (limited to 'security/libressl')
-rw-r--r-- | security/libressl/Makefile | 2 |
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 |