diff options
author | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-29 12:37:37 +0000 |
---|---|---|
committer | Bernard Spil <brnrd@FreeBSD.org> | 2018-04-29 12:37:37 +0000 |
commit | ed493a2a2cc57d45bf80c010eb52bbc6f3175884 (patch) | |
tree | cc7624d7dcaf4e7222097f6ad53e70491c781451 /security/libressl | |
parent | 1963e088fb573bea082ca40314092af3ec691545 (diff) |
Notes
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 |