This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: fix PR 24183
- From: Tom Tromey <tromey at redhat dot com>
- To: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 08 Mar 2006 07:57:52 -0700
- Subject: Patch: FYI: fix PR 24183
- Reply-to: tromey at redhat dot com
I'm checking this in on the trunk.
I think the native xmlj bits can be built and installed as a JNI
library. Ordinarily we don't load JNI libraries like this in libgcj,
but I don't think it hurts to do it in this case, especially
considering that this code is very rarely (if ever) used.
Tom
Index: ChangeLog.gcj
from Tom Tromey <tromey@redhat.com>
PR libgcj/24183:
* native/jni/xmlj/Makefile.in: Rebuilt.
* native/jni/xmlj/Makefile.am (nativelib_LTLIBRARIES): Renamed
(reverted local patch).
Index: native/jni/xmlj/Makefile.am
===================================================================
--- native/jni/xmlj/Makefile.am (revision 111843)
+++ native/jni/xmlj/Makefile.am (working copy)
@@ -1,5 +1,4 @@
-## GCJ LOCAL: don't install this library
-noinst_LTLIBRARIES = libxmlj.la
+nativelib_LTLIBRARIES = libxmlj.la
libxmlj_la_SOURCES = \
xmlj_dom.c \