This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Patch: FYI: fix PR 24183


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 \


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]