svn commit: r468674 - in head/security: libressl libressl-devel
Bernard Spil
brnrd at FreeBSD.org
Mon Apr 30 08:08:50 UTC 2018
Author: brnrd
Date: Mon Apr 30 08:08:49 2018
New Revision: 468674
URL: https://svnweb.freebsd.org/changeset/ports/468674
Log:
security/libressl: Use -pthread
Reported by: jbeich, eadler
Modified:
head/security/libressl-devel/Makefile
head/security/libressl/Makefile
Modified: head/security/libressl-devel/Makefile
==============================================================================
--- head/security/libressl-devel/Makefile Mon Apr 30 07:30:59 2018 (r468673)
+++ head/security/libressl-devel/Makefile Mon Apr 30 08:08:49 2018 (r468674)
@@ -32,7 +32,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
+LDFLAGS+= -pthread
INSTALL_TARGET= install-strip
TEST_TARGET= check
Modified: head/security/libressl/Makefile
==============================================================================
--- head/security/libressl/Makefile Mon Apr 30 07:30:59 2018 (r468673)
+++ head/security/libressl/Makefile Mon Apr 30 08:08:49 2018 (r468674)
@@ -31,7 +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
+LDFLAGS+= -pthread
INSTALL_TARGET= install-strip
TEST_TARGET= check
More information about the svn-ports-all
mailing list