SOURCES: silc-toolkit-soname.patch (NEW) - don't build with libtool lib$fea...

pluto pluto at pld-linux.org
Tue Sep 16 14:43:55 CEST 2008


Author: pluto                        Date: Tue Sep 16 12:43:55 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- don't build with libtool lib$feature.so objects and rename to $feature.sim.so
  manually! in this way you produce wrong soname in dynamic header which conflicts
  with w3c-libwww package (libmd5.so.0 issue).

---- Files affected:
SOURCES:
   silc-toolkit-soname.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/silc-toolkit-soname.patch
diff -u /dev/null SOURCES/silc-toolkit-soname.patch:1.1
--- /dev/null	Tue Sep 16 14:43:55 2008
+++ SOURCES/silc-toolkit-soname.patch	Tue Sep 16 14:43:49 2008
@@ -0,0 +1,30 @@
+--- silc-toolkit-1.1.5/lib/silcsim/Makefile.am.orig	2007-11-11 13:23:50.000000000 +0100
++++ silc-toolkit-1.1.5/lib/silcsim/Makefile.am	2008-09-16 14:28:42.000000000 +0200
+@@ -54,10 +54,10 @@
+ endif
+ 
+ $(SIM_CIPHER_OBJS):
+-	@if test '!' -f lib$*.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o lib$*.la $(LTFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/lib$*.so		$(srcdir)/$*.sim.so;	fi
++	@if test '!' -f $*.sim.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -module -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o $*.sim.la $(LTFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/$*.sim.so		$(srcdir)/$*.sim.so;	fi
+ 
+ $(SIM_HASH_OBJS):
+-	@if test '!' -f lib$*.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o lib$*.la $(LTFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/lib$*.so		$(srcdir)/$*.sim.so;	fi
++	@if test '!' -f $*.sim.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -module -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o $*.sim.la $(LTFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/$*.sim.so		$(srcdir)/$*.sim.so;	fi
+ 
+ CLEANFILES = *.sim.so *.la
+ 
+--- silc-toolkit-1.1.5/lib/silcsim/Makefile.in.orig	2007-11-11 13:23:54.000000000 +0100
++++ silc-toolkit-1.1.5/lib/silcsim/Makefile.in	2008-09-16 14:28:59.000000000 +0200
+@@ -579,10 +579,10 @@
+ @SILC_SIM_TRUE at all: $(SIM_CIPHER_OBJS) $(SIM_HASH_OBJS)
+ 
+ $(SIM_CIPHER_OBJS):
+-	@if test '!' -f lib$*.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o lib$*.la $(LTFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/lib$*.so		$(srcdir)/$*.sim.so;	fi
++	@if test '!' -f $*.sim.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -module -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o $*.sim.la $(LTFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/$*.sim.so		$(srcdir)/$*.sim.so;	fi
+ 
+ $(SIM_HASH_OBJS):
+-	@if test '!' -f lib$*.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o lib$*.la $(LTFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/lib$*.so		$(srcdir)/$*.sim.so;	fi
++	@if test '!' -f $*.sim.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -module -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o $*.sim.la $(LTFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/$*.sim.so		$(srcdir)/$*.sim.so;	fi
+ 
+ #
+ # Installation
================================================================


More information about the pld-cvs-commit mailing list