SOURCES: ORBit-link.patch (NEW) - fix linking issues (ready for -a...

qboosh qboosh at pld-linux.org
Sun Aug 27 10:45:29 CEST 2006


Author: qboosh                       Date: Sun Aug 27 08:45:29 2006 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fix linking issues (ready for -as-needed)

---- Files affected:
SOURCES:
   ORBit-link.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/ORBit-link.patch
diff -u /dev/null SOURCES/ORBit-link.patch:1.1
--- /dev/null	Sun Aug 27 10:45:29 2006
+++ SOURCES/ORBit-link.patch	Sun Aug 27 10:45:24 2006
@@ -0,0 +1,37 @@
+--- ORBit-0.5.17/src/orb/Makefile.am.orig	2002-06-06 13:07:39.000000000 +0200
++++ ORBit-0.5.17/src/orb/Makefile.am	2006-08-27 10:16:51.871230500 +0200
+@@ -98,7 +98,7 @@
+ 	$(MAKE) -C $(top_builddir)/src/orbit-idl-compiler
+ 
+ libORBit_la_LDFLAGS = -version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
+-libORBit_la_LIBADD = $(GLIB_LIBS) -lm
++libORBit_la_LIBADD = $(top_builddir)/src/IIOP/libIIOP.la $(top_builddir)/src/ORBitutil/libORBitutil.la $(GLIB_LIBS) -lm
+ 
+ BUILT_SOURCES = \
+ 	orbit.h	\
+--- ORBit-0.5.17/src/IIOP/Makefile.am.orig	2002-06-06 13:07:34.000000000 +0200
++++ ORBit-0.5.17/src/IIOP/Makefile.am	2006-08-27 10:14:43.119184000 +0200
+@@ -36,7 +36,7 @@
+ 	iiop-encoders.h \
+ 	iiop-endian.h
+ 
+-libIIOP_la_LIBADD=$(libwrap_files) $(libwrap_deps)
++libIIOP_la_LIBADD=$(libwrap_files) $(libwrap_deps) $(GLIB_LIBS) $(top_builddir)/src/ORBitutil/libORBitutil.la
+ 
+ $(libwrap_files): make_libwrap_files
+ 
+--- ORBit-0.5.17/src/services/name/Makefile.am.orig	2002-06-06 13:07:45.000000000 +0200
++++ ORBit-0.5.17/src/services/name/Makefile.am	2006-08-27 10:18:46.242378250 +0200
+@@ -17,6 +17,7 @@
+ 
+ libORBitCosNaming_la_LDFLAGS = \
+ 	-version-info $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
++libORBitCosNaming_la_LIBADD = $(top_builddir)/src/orb/libORBit.la $(top_builddir)/src/IIOP/libIIOP.la $(GLIB_LIBS)
+ 
+ INCLUDES = -I. -I$(top_builddir)/src -I$(top_builddir)/src/ORBitutil -I$(top_srcdir)/src @GLIB_CFLAGS@
+ 
+--- ORBit-0.5.17/src/Makefile.am.orig	1999-06-09 23:26:57.000000000 +0200
++++ ORBit-0.5.17/src/Makefile.am	2006-08-27 10:35:50.338380250 +0200
+@@ -1 +1 @@
+-SUBDIRS=orbit-idl-compiler orb ORBitutil IIOP services daemons
++SUBDIRS=orbit-idl-compiler ORBitutil IIOP orb services daemons
================================================================


More information about the pld-cvs-commit mailing list