[csw-devel] SF.net SVN: gar:[5675] csw/mgar/pkg/lua/trunk

wmeler at users.sourceforge.net wmeler at users.sourceforge.net
Tue Jul 28 08:14:16 CEST 2009


Revision: 5675
          http://gar.svn.sourceforge.net/gar/?rev=5675&view=rev
Author:   wmeler
Date:     2009-07-28 06:14:15 +0000 (Tue, 28 Jul 2009)

Log Message:
-----------
include all objects in dynamic library, add symlinks

Modified Paths:
--------------
    csw/mgar/pkg/lua/trunk/checksums
    csw/mgar/pkg/lua/trunk/files/dynamic.patch

Modified: csw/mgar/pkg/lua/trunk/checksums
===================================================================
--- csw/mgar/pkg/lua/trunk/checksums	2009-07-27 17:46:26 UTC (rev 5674)
+++ csw/mgar/pkg/lua/trunk/checksums	2009-07-28 06:14:15 UTC (rev 5675)
@@ -1,3 +1,3 @@
+31f0a21e4b8937af46d8e55a7b9cac51  download/CSWlua.gspec
+bba1ddc395109a6e8acfa485db7754d4  download/dynamic.patch
 d0870f2de55d59c1c8419f36e8fac150  download/lua-5.1.4.tar.gz
-31f0a21e4b8937af46d8e55a7b9cac51  download/CSWlua.gspec
-4f9bc25fb8f12f2ea172a71e7a1360ec  download/dynamic.patch

Modified: csw/mgar/pkg/lua/trunk/files/dynamic.patch
===================================================================
--- csw/mgar/pkg/lua/trunk/files/dynamic.patch	2009-07-27 17:46:26 UTC (rev 5674)
+++ csw/mgar/pkg/lua/trunk/files/dynamic.patch	2009-07-28 06:14:15 UTC (rev 5675)
@@ -19,7 +19,7 @@
  
  default: $(PLAT)
  
-@@ -47,10 +49,17 @@
+@@ -47,10 +49,18 @@
  
  a:	$(ALL_A)
  
@@ -31,8 +31,9 @@
  
 +$(LUA_SO): $(LUA_A)
 +	-rm -f $(LUA_SO)
-+	$(CC) -h $(LUA_SO).$(V) -G -o $(LUA_SO).$(R) $(CORE_O)
++	$(CC) -h $(LUA_SO).$(V) -G -o $(LUA_SO).$(R) $(CORE_O) $(LIB_O)
 +	ln -s $(LUA_SO).$(R) $(LUA_SO)
++	ln -s $(LUA_SO).$(V) $(LUA_SO)
 +
  $(LUA_T): $(LUA_O) $(LUA_A)
  	$(CC) -o $@ $(MYLDFLAGS) $(LUA_O) $(LUA_A) $(LIBS)


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