This is the mail archive of the
java-patches@gcc.gnu.org
mailing list for the Java project.
Patch: FYI: -avoid-version for gconf peer
- From: Tom Tromey <tromey at redhat dot com>
- To: GNU Classpath Patches <classpath-patches at gnu dot org>
- Cc: Java Patch List <java-patches at gcc dot gnu dot org>
- Date: 25 Sep 2006 14:55:15 -0600
- Subject: Patch: FYI: -avoid-version for gconf peer
- Reply-to: tromey at redhat dot com
I'm checking this in to classpath, svn trunk gcc, and the RH 4.1 branch.
The gconf peer library needs -avoid-version.
Tom
Index: ChangeLog
from Tom Tromey <tromey@redhat.com>
* native/jni/gconf-peer/Makefile.am (libgconfpeer_la_LDFLAGS): New
variable.
Index: native/jni/gconf-peer/Makefile.am
===================================================================
RCS file: /cvsroot/classpath/classpath/native/jni/gconf-peer/Makefile.am,v
retrieving revision 1.4
diff -u -r1.4 Makefile.am
--- native/jni/gconf-peer/Makefile.am 2 Aug 2006 23:28:12 -0000 1.4
+++ native/jni/gconf-peer/Makefile.am 25 Sep 2006 21:00:28 -0000
@@ -5,6 +5,8 @@
libgconfpeer_la_LIBADD = $(top_builddir)/native/jni/classpath/native_state.lo \
$(top_builddir)/native/jni/classpath/jcl.lo
+libgconfpeer_la_LDFLAGS = -avoid-version
+
AM_LDFLAGS = @CLASSPATH_MODULE@ @GCONF_LIBS@ @GDK_LIBS@
AM_CPPFLAGS = @CLASSPATH_INCLUDES@