[csw-devel] SF.net SVN: gar:[21347] csw/mgar/pkg/wxwidgets/trunk/Makefile

lblume at users.sourceforge.net lblume at users.sourceforge.net
Sun Jun 16 15:12:20 CEST 2013


Revision: 21347
          http://gar.svn.sourceforge.net/gar/?rev=21347&view=rev
Author:   lblume
Date:     2013-06-16 13:12:18 +0000 (Sun, 16 Jun 2013)
Log Message:
-----------
wxwidgets/trunk: Add explicit -lCrun -lCstd; keep -mt in wx-config

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

Modified: csw/mgar/pkg/wxwidgets/trunk/Makefile
===================================================================
--- csw/mgar/pkg/wxwidgets/trunk/Makefile	2013-06-15 23:00:18 UTC (rev 21346)
+++ csw/mgar/pkg/wxwidgets/trunk/Makefile	2013-06-16 13:12:18 UTC (rev 21347)
@@ -107,7 +107,7 @@
 EXTRA_CFLAGS     += -xnorunpath
 EXTRA_CXXFLAGS   += -norunpath
 EXTRA_LDFLAGS    += -norunpath
-EXTRA_LD_OPTIONS += -z nolazyload -B direct
+EXTRA_LD_OPTIONS += -z nolazyload -B direct -lCrun -lCstd
 
 # wxWidget contains a bunch of .so, let's keep them together as one big
 # happy family
@@ -133,6 +133,5 @@
 		-e '/^[^#]/s/-norunpath[^ ]* //' \
 		-e '/^[^#]/s/-lCrun[^ ]* //' \
 		-e '/^[^#]/s/-lCstd[^ ]* //' \
-		-e '/^[^#]/s/-mt[^ ]* //' \
 		$(DESTDIR)$(libdir)/wx/config/gtk2-unicode-release-2.8
 

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