Revision: 7028
          http://ipcop.svn.sourceforge.net/ipcop/?rev=7028&view=rev
Author:   gespinasse
Date:     2013-05-09 12:58:31 +0000 (Thu, 09 May 2013)
Log Message:
-----------
As tcl is now compiled on stage 03-ipcop, it is found by configure and 
-DUSE_INTERP_RESULT is added to CPPFLAGS
Only the static lib is of interest (and compiled), so disable tcl and python 
newt extensions

Modified Paths:
--------------
    ipcop/trunk/lfs/newt

Modified: ipcop/trunk/lfs/newt
===================================================================
--- ipcop/trunk/lfs/newt        2013-05-09 08:05:22 UTC (rev 7027)
+++ ipcop/trunk/lfs/newt        2013-05-09 12:58:31 UTC (rev 7028)
@@ -84,7 +84,8 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar zxf $(DIR_DL)/$(DL_FILE)
 
-       cd $(DIR_APP) && ./configure --prefix=/usr --without-gpm-support
+       # Only care about the static lib, so disable the various extensions
+       cd $(DIR_APP) && ./configure --prefix=/usr --without-gpm-support 
--without-tcl --without-python
 
        # static lib is required by mklibs to reduce the shared lib
        cd $(DIR_APP) && make libnewt.a

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


------------------------------------------------------------------------------
Learn Graph Databases - Download FREE O'Reilly Book
"Graph Databases" is the definitive new guide to graph databases and 
their applications. This 200-page book is written by three acclaimed 
leaders in the field. The early access version is available now. 
Download your free book today! http://p.sf.net/sfu/neotech_d2d_may
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to