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

dmichelsen at users.sourceforge.net dmichelsen at users.sourceforge.net
Fri Mar 19 10:58:57 CET 2010


Revision: 9247
          http://gar.svn.sourceforge.net/gar/?rev=9247&view=rev
Author:   dmichelsen
Date:     2010-03-19 09:58:56 +0000 (Fri, 19 Mar 2010)

Log Message:
-----------
tk: Make sure adding static lib works

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

Modified: csw/mgar/pkg/tk/trunk/Makefile
===================================================================
--- csw/mgar/pkg/tk/trunk/Makefile	2010-03-19 09:57:20 UTC (rev 9246)
+++ csw/mgar/pkg/tk/trunk/Makefile	2010-03-19 09:58:56 UTC (rev 9247)
@@ -39,7 +39,8 @@
 CONFIGURE_ARGS += --x-includes=$(prefix)/X11/include
 CONFIGURE_ARGS += --x-libraries=$(abspath $(prefix)/X11/lib/$(MM_LIBDIR))
 
-EXTRA_MERGE_INCLUDE_FILES  = $(libdir)/libtkstub.*\.a
+# tk need the static tclstub library for some reason
+MERGE_EXCLUDE_STATICLIBS =
 
 TEST_TARGET =
 


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