Revision: 6612
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6612&view=rev
Author:   gespinasse
Date:     2012-05-13 18:16:25 +0000 (Sun, 13 May 2012)
Log Message:
-----------
Support building coreutils toolchain step as root

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

Modified: ipcop/trunk/lfs/coreutils
===================================================================
--- ipcop/trunk/lfs/coreutils   2012-05-12 07:10:55 UTC (rev 6611)
+++ ipcop/trunk/lfs/coreutils   2012-05-13 18:16:25 UTC (rev 6612)
@@ -87,9 +87,7 @@
 ifeq "$(STAGE)" "toolchain"
        # hostname is used on base stage by coreutils configure and perl base 
tests
        # use --disable-nls just to be smaller
-       cd $(DIR_APP) && ./configure    --prefix=/$(TOOLS_DIR) \
-                                       --enable-install-program=hostname \
-                                       --disable-nls
+       cd $(DIR_APP) && FORCE_UNSAFE_CONFIGURE=1 ./configure 
--prefix=/$(TOOLS_DIR) --disable-nls --enable-install-program=hostname
        cd $(DIR_APP) && make -j $(PARALLELISM)
        cd $(DIR_APP) && make install-exec
        # su is not installed (because suid root)

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