mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Always compile with -pthread
This commit is contained in:
parent
3bc2661ea9
commit
c251ebb419
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378298
1 changed files with 0 additions and 2 deletions
|
@ -101,10 +101,8 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATEDIR}"
|
||||||
.if !defined(_BUILDING_PROFTPD_MODULE)
|
.if !defined(_BUILDING_PROFTPD_MODULE)
|
||||||
CPPFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC}
|
CPPFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC}
|
||||||
LIBS+= -lssl -lcrypto -L${OPENSSLLIB}
|
LIBS+= -lssl -lcrypto -L${OPENSSLLIB}
|
||||||
. if !defined(WITH_OPENSSL_PORT)
|
|
||||||
LDFLAGS+= -pthread
|
LDFLAGS+= -pthread
|
||||||
.endif
|
.endif
|
||||||
.endif
|
|
||||||
|
|
||||||
.if !defined(_BUILDING_PROFTPD_MODULE)
|
.if !defined(_BUILDING_PROFTPD_MODULE)
|
||||||
LIBDIRS?= ${LOCALBASE}/lib
|
LIBDIRS?= ${LOCALBASE}/lib
|
||||||
|
|
Loading…
Add table
Reference in a new issue