RFA, RFT: install JNI libraries in correct location

Thomas Fitzsimmons fitzsim@redhat.com
Wed Jul 5 21:43:00 GMT 2006


Hi,

We weren't installing the peer libraries in the right location on lib64 
architectures.  This patch passes the correct --with-native-libdir value to GNU 
Classpath's configure so that the JNI libraries are installed in 
$(libdir)/gcj-$(gcc_version).  OK to commit?

I'm testing this on i686-pc-linux-gnu, x86_64-unknown-linux-gnu and 
powerpc-apple-darwin7.9.0.  Can others test on the less-common platforms?

Tom

2006-07-05  Thomas Fitzsimmons  <fitzsim@redhat.com>

	* configure.ac (ac_configure_args): Add --with-native-libdir.
	* configure: Regenerate.
	* classpath/native/jni/gtk-peer/Makefile.am: Remove GCJ LOCAL
	sections.
	* classpath/native/jni/gtk-peer/Makefile.in: Regenerate.
	* classpath/native/jawt/Makefile.am: Remove GCJ LOCAL sections.
	* classpath/native/jawt/Makefile.in: Regenerate.
	* classpath/native/plugin/Makefile.am: Remove GCJ LOCAL sections.
	* classpath/native/plugin/Makefile.in: Regenerate.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libgcj-peer-install-path-1.patch
Type: text/x-patch
Size: 4274 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20060705/9ef319a4/attachment.bin>


More information about the Java-patches mailing list