UIMA-6189 try forcing xerces to use netaccessor-socket
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 @@
 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