svn commit: r361684 - head/usr.bin/svn/lib/libapr

Kyle Evans kevans at FreeBSD.org
Mon Jun 1 02:54:11 UTC 2020


Author: kevans
Date: Mon Jun  1 02:54:10 2020
New Revision: 361684
URL: https://svnweb.freebsd.org/changeset/base/361684

Log:
  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

Modified:
  head/usr.bin/svn/lib/libapr/Makefile

Modified: head/usr.bin/svn/lib/libapr/Makefile
==============================================================================
--- head/usr.bin/svn/lib/libapr/Makefile	Mon Jun  1 01:25:19 2020	(r361683)
+++ head/usr.bin/svn/lib/libapr/Makefile	Mon Jun  1 02:54:10 2020	(r361684)
@@ -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 \


More information about the svn-src-all mailing list