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: -avoid-version for gconf peer


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@


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