Revision: 5937
          http://ipcop.svn.sourceforge.net/ipcop/?rev=5937&view=rev
Author:   gespinasse
Date:     2011-10-14 06:53:42 +0000 (Fri, 14 Oct 2011)
Log Message:
-----------
There is a bit of difference in the log if we run tests or not.
After tests were run, make install compile format.lds.so and pass
CC="i486-linux-gnu-gcc ..." with flags written to configparms to 
test-installation.pl

So we need at end of tests to set again confiarms with the content before the 
tests.

That should change nothing but log diff between build with and without test.
By luck, no change result in /usr/lib/libc.so.6

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

Modified: ipcop/trunk/lfs/glibc
===================================================================
--- ipcop/trunk/lfs/glibc       2011-10-13 20:43:10 UTC (rev 5936)
+++ ipcop/trunk/lfs/glibc       2011-10-14 06:53:42 UTC (rev 5937)
@@ -194,6 +194,9 @@
        echo "CC += -fPIC -fno-stack-protector -U_FORTIFY_SOURCE" >> 
$(DIR_SRC)/glibc-build/configparms
        echo "CCX += -fPIC -fno-stack-protector -U_FORTIFY_SOURCE" >> 
$(DIR_SRC)/glibc-build/configparms
        -cd $(DIR_SRC)/glibc-build; TIMEOUTFACTOR=16 make -j 1 -k check &> 
$(DIR_TEST)/$(THISAPP)-$(STAGE_ORDER).log
+       # restore last configparms for format.lds.so and test-installation.pl
+       echo "CC += -fPIE -fstack-protector-all -D_FORTIFY_SOURCE=2" >> 
$(DIR_SRC)/glibc-build/configparms
+       echo "CCX += -fPIE -fstack-protector-all -D_FORTIFY_SOURCE=2" >> 
$(DIR_SRC)/glibc-build/configparms
 endif
        touch /etc/ld.so.conf
        cd $(DIR_SRC)/glibc-build && make install

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


------------------------------------------------------------------------------
All the data continuously generated in your IT infrastructure contains a
definitive record of customers, application performance, security
threats, fraudulent activity and more. Splunk takes this data and makes
sense of it. Business sense. IT sense. Common sense.
http://p.sf.net/sfu/splunk-d2d-oct
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to