ORBit2 backport from HEAD needed for undefined symbols issue



Ok to commit the attached patch to gnome-2-2?

 - Sebastian
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  <srittau jroger in-berlin de>
+
+	* 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  <michael ximian com>
 
 	* 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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]