SF.net SVN: gar:[23154] csw/mgar/pkg/silctoolkit/trunk

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Mar 7 16:40:54 CET 2014


Revision: 23154
          http://sourceforge.net/p/gar/code/23154
Author:   dmichelsen
Date:     2014-03-07 15:40:51 +0000 (Fri, 07 Mar 2014)
Log Message:
-----------
silctoolkit/trunk: libsilcclient needs to link to libsilc to be self-sufficient

Modified Paths:
--------------
    csw/mgar/pkg/silctoolkit/trunk/Makefile
    csw/mgar/pkg/silctoolkit/trunk/files/0001-xargs-splits-into-multiple-invocations-make-sure-to-.patch

Modified: csw/mgar/pkg/silctoolkit/trunk/Makefile
===================================================================
--- csw/mgar/pkg/silctoolkit/trunk/Makefile	2014-03-07 15:19:19 UTC (rev 23153)
+++ csw/mgar/pkg/silctoolkit/trunk/Makefile	2014-03-07 15:40:51 UTC (rev 23154)
@@ -34,6 +34,7 @@
 PACKAGES += CSWlibsilcclient1-1-3
 SPKG_DESC_CSWlibsilcclient1-1-3 += Secure internet live conferencing toolkit, libsilcclient-1.1.so.3
 PKGFILES_CSWlibsilcclient1-1-3 += $(call pkgfiles_lib,libsilcclient-1.1.so.3)
+RUNTIME_DEP_PKGS_CSWlibsilcclient1-1-3 += CSWlibsilc1-1-2
 
 OBSOLETED_BY_CSWlibsilcclient1-1-3 += CSWsilctoolkit
 

Modified: csw/mgar/pkg/silctoolkit/trunk/files/0001-xargs-splits-into-multiple-invocations-make-sure-to-.patch
===================================================================
--- csw/mgar/pkg/silctoolkit/trunk/files/0001-xargs-splits-into-multiple-invocations-make-sure-to-.patch	2014-03-07 15:19:19 UTC (rev 23153)
+++ csw/mgar/pkg/silctoolkit/trunk/files/0001-xargs-splits-into-multiple-invocations-make-sure-to-.patch	2014-03-07 15:40:51 UTC (rev 23154)
@@ -21,7 +21,7 @@
  
  libsilcclient.a:
 -	find $(SILCCLIENTLIB_DIRS) -type f -name *.lo | xargs	$(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)	$(SILCCLIENT_LINK_LIBS) $(LIBTOOL_SILCCLIENT_VERSION)	$(LIBTOOL_OPTS) -o libsilcclient.la
-+	$(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)	$(SILCCLIENT_LINK_LIBS) $(LIBTOOL_SILCCLIENT_VERSION)	$(LIBTOOL_OPTS) -o libsilcclient.la `find $(SILCCLIENTLIB_DIRS) -type f -name *.lo`
++	$(LIBTOOL) --mode=link $(CC) $(CFLAGS) $(LDFLAGS)	$(SILCCLIENT_LINK_LIBS) $(LIBTOOL_SILCCLIENT_VERSION)	$(LIBTOOL_OPTS) -o libsilcclient.la `find $(SILCCLIENTLIB_DIRS) -type f -name *.lo` -lsilc
 +
  toolkit-install:
  	-mkdir -p $(docdir)/toolkit/

This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.



More information about the devel mailing list