apr: build some needed emulated 64-bit atomic bits after r361678

This should fix the build on armv{6,7}, mips, and mips64, which all need
emulated 64-bit atomics for apr.

X-MFC-With:	r361678
This commit is contained in:
Kyle Evans 2020-06-01 02:54:10 +00:00
parent 7e7655d7d7
commit 176d12b518
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=361684

View File

@ -19,6 +19,7 @@ SRCS= apr_cpystrn.c \
apr_tables.c \
buffer.c \
builtins.c \
builtins64.c \
charset.c \
common.c \
copy.c \
@ -45,6 +46,7 @@ SRCS= apr_cpystrn.c \
mmap.c \
multicast.c \
mutex.c \
mutex64.c \
open.c \
otherchild.c \
pipe.c \