Date: Mon, 30 Apr 2018 08:08:49 +0000 (UTC) From: Bernard Spil <brnrd@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r468674 - in head/security: libressl libressl-devel Message-ID: <201804300808.w3U88n7j034428@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201804300808.w3U88n7j034428>