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:
parent
54b1ea431d
commit
76ddf60538
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=468674
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user