You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@uima.apache.org by ea...@apache.org on 2020/04/15 18:21:16 UTC

[uima-uimacpp] branch rc/uimacpp-3.0.0 updated: UIMA-6189 try forcing xerces to use netaccessor-socket

This is an automated email from the ASF dual-hosted git repository.

eae pushed a commit to branch rc/uimacpp-3.0.0
in repository https://gitbox.apache.org/repos/asf/uima-uimacpp.git


The following commit(s) were added to refs/heads/rc/uimacpp-3.0.0 by this push:
     new e82c720  UIMA-6189 try forcing xerces to use netaccessor-socket
e82c720 is described below

commit e82c7206f3aeb04ae038d5955ddf7460e37b3b38
Author: Eddie Epstein <ea...@us.ibm.com>
AuthorDate: Wed Apr 15 14:19:43 2020 -0400

    UIMA-6189 try forcing xerces to use netaccessor-socket
---
 uimacpp-make-sdk.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/uimacpp-make-sdk.sh b/uimacpp-make-sdk.sh
index 631e43a..023975e 100755
--- a/uimacpp-make-sdk.sh
+++ b/uimacpp-make-sdk.sh
@@ -114,7 +114,7 @@ fi
 if [ ! -f "$XERCES/src/.libs/libxerces-c.$LIBEXT" ]; then
     cd $XERCES
 	echo Building Xerces
-    ./configure --prefix="$PREFIX"
+    ./configure --prefix="$PREFIX" --enable-netaccessor-socket
     make install
     cd ..
 else