ORBit2 backport from HEAD needed for undefined symbols issue
Sebastian Rittau <[email protected]> Sun, 25 May 2003 20:58:15 +0200
| Newsgroups | gmane.comp.gnome.components |
|---|---|
| Message-ID | <[email protected]> |
Ok to commit the attached patch to gnome-2-2? - Sebastian
orbit.patch
(text/plain, 1.2 KB)
Index: ChangeLog =================================================================== RCS file: /cvs/gnome/ORBit2/ChangeLog,v retrieving revision 1.441.2.12 diff -u -r1.441.2.12 ChangeLog --- ChangeLog 19 May 2003 12:58:32 -0000 1.441.2.12 +++ ChangeLog 25 May 2003 18:55:08 -0000 @@ -1,3 +1,9 @@ +2003-05-25 Sebastian Rittau <[email protected]> + + * src/services/imodule/Makefile.am: From HEAD: add -no-undefined to + libORBit_imodule_2_la_LDFLAGS and write dependency libraries in + libORBit_imodule_2_la_LIBADD explicitly. + 2003-05-19 Michael Meeks <[email protected]> * Version 2.6.2 Index: src/services/imodule/Makefile.am =================================================================== RCS file: /cvs/gnome/ORBit2/src/services/imodule/Makefile.am,v retrieving revision 1.2.4.1 diff -u -r1.2.4.1 Makefile.am --- src/services/imodule/Makefile.am 11 Feb 2003 19:55:19 -0000 1.2.4.1 +++ src/services/imodule/Makefile.am 25 May 2003 18:55:08 -0000 @@ -25,3 +25,10 @@ orbit-imodule-libidl-utils.h \ orbit-imodule.c \ $(NULL) + +libORBit_imodule_2_la_LIBADD = \ + $(top_builddir)/src/orb/libORBit-2.la \ + $(ORBIT_IDL_LIBS) \ + $(ORBIT_LIBS) + +libORBit_imodule_2_la_LDFLAGS = -no-undefined