- Use -lpthread instead of -pthread

This commit is contained in:
Sunpoet Po-Chuan Hsieh 2015-03-24 18:00:52 +00:00
parent 31a267066f
commit ed895ea63e
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=382148

View File

@ -19,7 +19,7 @@ OPENSSL_AES_DESC= Use OpenSSL implementation of AES
CONFLICTS_INSTALL?= zh-unrar-[0-9].* unrar-iconv-[0-9].*
LDFLAGS+= -pthread
LDFLAGS+= -lpthread
MAKE_ARGS= CXX=${CXX} LDFLAGS="${LDFLAGS}" STRIP=${STRIP_CMD}
MAKEFILE= makefile
USES+= gmake