FYI: make peer libraries unversioned

Thomas Fitzsimmons fitzsim@redhat.com
Mon Jul 31 16:53:00 GMT 2006


Hi,

I committed this patch, which makes the libraries that are installed in 
$libdir/gcj-$gcc_version versionless.  These libraries are intended to be dlopen'd.

Tested build, install and check on x86_64-unknown-linux-gnu.

Tom

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

	PR libgcj/28312
	* classpath/native/jni/midi-alsa/Makefile.am
	(libgjsmalsa_la_LDFLAGS): Add -avoid-version.
	* classpath/native/jni/midi-alsa/Makefile.in: Regenerate.
	* classpath/native/jni/midi-dssi/Makefile.am
	(libgjsmdssi_la_LDFLAGS): Add -avoid-version.
	* classpath/native/jni/midi-dssi/Makefile.in: Regenerate.
	* classpath/native/jni/qt-peer/Makefile.am: Remove GCJ LOCAL
	sections.
	(libqtpeer_la_LDFLAGS): Add -avoid-version.
	* classpath/native/jni/qt-peer/Makefile.in: Regenerate.
	* classpath/native/jni/gtk-peer/Makefile.am
	(libgtkpeer_la_LDFLAGS): Add -avoid-version.
	* classpath/native/jni/gtk-peer/Makefile.in: Regenerate.
	* classpath/native/jawt/Makefile.am (libjawt_la_LDFLAGS): Add
	-avoid-version.
	* classpath/native/jawt/Makefile.in: Regenerate.
	* Makefile.am (libjvm_la_LDFLAGS): Add -avoid-version.
	* Makefile.in: Regenerate.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: libgcj-peer-avoid-version.patch
Type: text/x-patch
Size: 3666 bytes
Desc: not available
URL: <http://gcc.gnu.org/pipermail/java-patches/attachments/20060731/c5ea6a38/attachment.bin>


More information about the Java-patches mailing list