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

lblume at users.sourceforge.net lblume at users.sourceforge.net
Fri Mar 7 13:37:15 CET 2014


Revision: 23148
          http://sourceforge.net/p/gar/code/23148
Author:   lblume
Date:     2014-03-07 12:37:10 +0000 (Fri, 07 Mar 2014)
Log Message:
-----------
silctoolkit/trunk: Add a patch to get some modules to build in 64 bit (matins 5157)

Modified Paths:
--------------
    csw/mgar/pkg/silctoolkit/trunk/Makefile

Added Paths:
-----------
    csw/mgar/pkg/silctoolkit/trunk/files/0002-linking-lacks-LDFLAGS.patch

Modified: csw/mgar/pkg/silctoolkit/trunk/Makefile
===================================================================
--- csw/mgar/pkg/silctoolkit/trunk/Makefile	2014-03-07 08:12:03 UTC (rev 23147)
+++ csw/mgar/pkg/silctoolkit/trunk/Makefile	2014-03-07 12:37:10 UTC (rev 23148)
@@ -10,9 +10,12 @@
 # client.h collides with Samba and has to be somehow dealt with
 ###
 
+GARCOMPILER=GCC4
+
 MASTER_SITES = http://silcnet.org/download/toolkit/sources/
 DISTFILES += $(DISTNAME).tar.bz2
 PATCHFILES += function.patch
+PATCHFILES += 0002-linking-lacks-LDFLAGS.patch
 
 VENDOR_URL = http://silcnet.org/software/download/toolkit/
 

Added: csw/mgar/pkg/silctoolkit/trunk/files/0002-linking-lacks-LDFLAGS.patch
===================================================================
--- csw/mgar/pkg/silctoolkit/trunk/files/0002-linking-lacks-LDFLAGS.patch	                        (rev 0)
+++ csw/mgar/pkg/silctoolkit/trunk/files/0002-linking-lacks-LDFLAGS.patch	2014-03-07 12:37:10 UTC (rev 23148)
@@ -0,0 +1,16 @@
+index c58c7a5..99c59aa 100644
+--- a/lib/silcsim/Makefile.in
++++ b/lib/silcsim/Makefile.in
+@@ -580,10 +580,10 @@ uninstall-am: uninstall-includeHEADERS
+ @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 lib$*.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o lib$*.la $(LTFLAGS) $(LDFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/lib$*.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 lib$*.la ; then	  $(LIBTOOL) --mode=link $(CCLD) -rpath $(silc_modulesdir)		../silccrypt/$*.lo -o lib$*.la $(LTFLAGS) $(LDFLAGS);	  cd $(srcdir) && $(LN_S) -f $(srcdir)/.libs/lib$*.so		$(srcdir)/$*.sim.so;	fi
+ 
+ #
+ # Installation

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