diff options
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 |