Revision: 6462
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6462&view=rev
Author:   gespinasse
Date:     2012-03-10 07:10:28 +0000 (Sat, 10 Mar 2012)
Log Message:
-----------
Like LFS, fix the test that fail if kernel is 2.6.39 or more recent

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

Modified: ipcop/trunk/lfs/m4
===================================================================
--- ipcop/trunk/lfs/m4  2012-03-09 21:40:09 UTC (rev 6461)
+++ ipcop/trunk/lfs/m4  2012-03-10 07:10:28 UTC (rev 6462)
@@ -81,6 +81,8 @@
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
+       # Fix a test that fail on running kernel >= 2.6.39 (remove after 
m4-1.4.16)
+       cd $(DIR_APP) && sed -i -e '41s/ENOENT/& || errno == EINVAL/' 
tests/test-readlink.h
 
 ifeq "$(STAGE)" "toolchain"
        # use --disable-nls just to be smaller

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


------------------------------------------------------------------------------
Virtualization & Cloud Management Using Capacity Planning
Cloud computing makes use of virtualization - but cloud computing 
also focuses on allowing computing to be delivered as a service.
http://www.accelacomm.com/jaw/sfnl/114/51521223/
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to