[Pkg-corba-commits] r228 - in /trunk/omniorb/debian/patches: series useless_linking

flub-guest at users.alioth.debian.org flub-guest at users.alioth.debian.org
Tue Feb 8 01:06:59 UTC 2011


Author: flub-guest
Date: Tue Feb  8 01:06:56 2011
New Revision: 228

URL: http://svn.debian.org/wsvn/pkg-corba/?sc=1&rev=228
Log:
Add Matej's patch for the useless linking warnings of dpkg-shlibs.

Added:
    trunk/omniorb/debian/patches/useless_linking
Modified:
    trunk/omniorb/debian/patches/series

Modified: trunk/omniorb/debian/patches/series
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/series?rev=228&op=diff
==============================================================================
--- trunk/omniorb/debian/patches/series (original)
+++ trunk/omniorb/debian/patches/series Tue Feb  8 01:06:56 2011
@@ -5,3 +5,4 @@
 string_exceptions
 missing_cos_linking
 klotz
+useless_linking

Added: trunk/omniorb/debian/patches/useless_linking
URL: http://svn.debian.org/wsvn/pkg-corba/trunk/omniorb/debian/patches/useless_linking?rev=228&op=file
==============================================================================
--- trunk/omniorb/debian/patches/useless_linking (added)
+++ trunk/omniorb/debian/patches/useless_linking Tue Feb  8 01:06:56 2011
@@ -1,0 +1,54 @@
+Description: Avoid useles linking of shared libraries for the tools
+ This patch avoids the useless linking of shared libraries reported by
+ dpkg-shlibs.
+Forwarded: http://www.omniorb-support.com/pipermail/omniorb-list/2010-November/030834.html
+Author: Matej Kenda <matejken at gmail.com>
+
+--- a/src/appl/utils/catior/dir.mk
++++ b/src/appl/utils/catior/dir.mk
+@@ -7,14 +7,13 @@
+ 
+ CATIOR = $(patsubst %,$(BinPattern),catior)
+ 
+-
+ all:: $(CATIOR)
+ 
+ clean::
+ 	$(RM) $(CATIOR)
+ 
+ $(CATIOR): catior.o $(CORBA_LIB_NODYN_DEPEND)
+-	@(libs="$(CORBA_LIB_NODYN)"; $(CXXExecutable))
++	@(libs="$(OMNIORB_DLL_NAME)"; $(CXXExecutable))
+ 
+ export:: $(CATIOR)
+ 	@$(ExportExecutable)
+--- a/src/appl/utils/convertior/dir.mk
++++ b/src/appl/utils/convertior/dir.mk
+@@ -11,7 +11,7 @@
+ 	$(RM) $(CONVERTIOR)
+ 
+ $(CONVERTIOR): convertior.o $(CORBA_LIB_NODYN_DEPEND)
+-	@(libs="$(CORBA_LIB_NODYN)"; $(CXXExecutable))
++	@(libs="$(OMNIORB_DLL_NAME)"; $(CXXExecutable))
+ 
+ export:: $(CONVERTIOR)
+ 	@$(ExportExecutable)
+--- a/src/appl/utils/genior/dir.mk
++++ b/src/appl/utils/genior/dir.mk
+@@ -11,7 +11,7 @@
+ 	$(RM) $(GENIOR)
+ 
+ $(GENIOR): genior.o $(CORBA_LIB_NODYN_DEPEND)
+-	@(libs="$(CORBA_LIB_NODYN)"; $(CXXExecutable))
++	@(libs="$(OMNIORB_DLL_NAME)"; $(CXXExecutable))
+ 
+ export:: $(GENIOR)
+ 	@$(ExportExecutable)
+--- a/src/appl/utils/nameclt/dir.mk
++++ b/src/appl/utils/nameclt/dir.mk
+@@ -18,4 +18,4 @@
+ endif
+ 
+ $(nameclt): nameclt.o $(CORBA_LIB_NODYN_DEPEND)
+-	@(libs="$(CORBA_LIB_NODYN)"; $(CXXExecutable))
++	@(libs="$(OMNIORB_DLL_NAME)"; $(CXXExecutable))




More information about the Pkg-corba-commits mailing list