Since it builds and seems to work OK, add libpthread to the amd64 build.
This commit is contained in:
parent
a4f9e93c39
commit
de1b32cd37
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=118675
@ -82,6 +82,9 @@ _compat= compat
|
||||
.if ${MACHINE_ARCH} == "amd64"
|
||||
_libncp= libncp
|
||||
_libsmb= libsmb
|
||||
.if !defined(NOLIBPTHREAD)
|
||||
_libpthread= libpthread
|
||||
.endif
|
||||
.endif
|
||||
|
||||
.if ${MACHINE_ARCH} != "amd64" && ${MACHINE_ARCH} != "powerpc"
|
||||
|
Loading…
Reference in New Issue
Block a user