1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00

security/libressl: Use -pthread

Reported by:	jbeich, eadler
This commit is contained in:
Bernard Spil 2018-04-30 08:08:49 +00:00
parent 54b1ea431d
commit 76ddf60538
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468674
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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