Revision: 6589
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6589&view=rev
Author:   gespinasse
Date:     2012-04-29 20:49:58 +0000 (Sun, 29 Apr 2012)
Log Message:
-----------
Disable nls for make too

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

Modified: ipcop/trunk/lfs/make
===================================================================
--- ipcop/trunk/lfs/make        2012-04-28 08:25:38 UTC (rev 6588)
+++ ipcop/trunk/lfs/make        2012-04-29 20:49:58 UTC (rev 6589)
@@ -84,14 +84,13 @@
 
 ifeq "$(STAGE)" "toolchain"
        # use --disable-nls just to be smaller
-       cd $(DIR_APP) && ./configure    --prefix=/$(TOOLS_DIR) \
-                                       --disable-nls
+       cd $(DIR_APP) && ./configure    --prefix=/$(TOOLS_DIR) --disable-nls
        cd $(DIR_APP) && make -j $(PARALLELISM)
        cd $(DIR_APP) && make install-exec
 endif
 
 ifeq "$(STAGE)" "base"
-       cd $(DIR_APP) && ./configure --prefix=/usr
+       cd $(DIR_APP) && ./configure --prefix=/usr --disable-nls
        cd $(DIR_APP) && make -j $(PARALLELISM)
 
 ifeq "$(RUNNING_TEST)" "yes"

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


------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to