You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@subversion.apache.org by st...@apache.org on 2017/08/11 10:34:30 UTC

svn commit: r1804771 - /subversion/trunk/tools/dev/unix-build/Makefile.svn

Author: stsp
Date: Fri Aug 11 10:34:30 2017
New Revision: 1804771

URL: http://svn.apache.org/viewvc?rev=1804771&view=rev
Log:
* tools/dev/unix-build/Makefile.svn: Pass --with-utf8proc=internal for >= 1.10


Modified:
    subversion/trunk/tools/dev/unix-build/Makefile.svn

Modified: subversion/trunk/tools/dev/unix-build/Makefile.svn
URL: http://svn.apache.org/viewvc/subversion/trunk/tools/dev/unix-build/Makefile.svn?rev=1804771&r1=1804770&r2=1804771&view=diff
==============================================================================
--- subversion/trunk/tools/dev/unix-build/Makefile.svn (original)
+++ subversion/trunk/tools/dev/unix-build/Makefile.svn Fri Aug 11 10:34:30 2017
@@ -1466,6 +1466,7 @@ MOD_DONTDOTHAT=modules/svn-$(WC)/mod_don
 LIBMAGIC_FLAG=--with-libmagic=$(PREFIX)/libmagic
 JAVAHL_CHECK_TARGET=check-all-javahl
 LZ4_FLAG=--with-lz4=$(PREFIX)/lz4
+UTF8PROC_FLAG=--with-utf8proc=internal
 endif
 
 ifeq ($(ENABLE_JAVA_BINDINGS),yes)
@@ -1517,6 +1518,7 @@ $(SVN_OBJDIR)/.configured: $(SVN_OBJDIR)
 			$(JAVAHL_FLAG) \
 			$(LIBMAGIC_FLAG) \
 			$(LZ4_FLAG) \
+			$(UTF8PROC_FLAG) \
 			$(SVN_STATIC_FLAG) \
 			$(DISABLE_NEON_VERSION_CHECK)
 	touch $@