Always compile with -pthread

This commit is contained in:
Martin Matuska 2015-02-02 09:16:37 +00:00
parent 3bc2661ea9
commit c251ebb419
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=378298

View file

@ -101,9 +101,7 @@ PLIST_SUB+= LOCALSTATEDIR="${LOCALSTATEDIR}"
.if !defined(_BUILDING_PROFTPD_MODULE)
CPPFLAGS+= -DHAVE_OPENSSL -I${OPENSSLINC}
LIBS+= -lssl -lcrypto -L${OPENSSLLIB}
. if !defined(WITH_OPENSSL_PORT)
LDFLAGS+= -pthread
. endif
.endif
.if !defined(_BUILDING_PROFTPD_MODULE)