[prev in list] [next in list] [prev in thread] [next in thread] 

List:       ipcop-svn
Subject:    [Ipcop-svn] SF.net SVN: ipcop:[4276] ipcop/trunk/lfs/make
From:       gespinasse () users ! sourceforge ! net
Date:       2010-02-26 7:34:48
Message-ID: E1Nkuim-0003K4-Lf () sfp-svn-2 ! v30 ! ch3 ! sourceforge ! com
[Download RAW message or body]

Revision: 4276
          http://ipcop.svn.sourceforge.net/ipcop/?rev=4276&view=rev
Author:   gespinasse
Date:     2010-02-26 07:34:48 +0000 (Fri, 26 Feb 2010)

Log Message:
-----------
Include the make upstream fix that may break compilation of some packages

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

Modified: ipcop/trunk/lfs/make
===================================================================
--- ipcop/trunk/lfs/make	2010-02-25 19:38:53 UTC (rev 4275)
+++ ipcop/trunk/lfs/make	2010-02-26 07:34:48 UTC (rev 4276)
@@ -43,15 +43,19 @@
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
+PATCH1     = $(THISAPP)-upstream_fixes-1.patch
+
 ###############################################################################
 # Top-level Rules
 ###############################################################################
 
-objects		= $(DL_FILE)
+objects		= $(DL_FILE) $(PATCH1)
 
 $(DL_FILE)	= $(DL_FROM)/$(DL_FILE)
+$(PATCH1)	= $(URL_LFS)/$(PKG_NAME)/$(PATCH1)
 
 $(DL_FILE)_MD5	= 354853e0b2da90c527e35aabb8d6f1e6
+$(PATCH1)_MD5	= 8b1e478d8e733dc2d72e31bc7af1defa
 
 install : $(TARGET)
 
@@ -81,6 +85,7 @@
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
 	@$(PREBUILD)
 	@rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
+	cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(PATCH1)
 
 ifeq "$(STAGE)" "toolchain"
 	cd $(DIR_APP) && ./configure --prefix=/$(TOOLS_DIR)


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

------------------------------------------------------------------------------
Download Intel® Parallel Studio Eval
Try the new software tools for yourself. Speed compiling, find bugs
proactively, and fine-tune applications for parallel performance.
See why Intel Parallel Studio got high marks during beta.
http://p.sf.net/sfu/intel-sw-dev
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic