Revision: 6238
          http://ipcop.svn.sourceforge.net/ipcop/?rev=6238&view=rev
Author:   owes
Date:     2012-01-18 07:32:02 +0000 (Wed, 18 Jan 2012)
Log Message:
-----------
Update iproute2 to 3.2.0.
Ouch. Better include the changed lfs file next time.

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

Modified: ipcop/trunk/lfs/iproute2
===================================================================
--- ipcop/trunk/lfs/iproute2    2012-01-17 21:16:33 UTC (rev 6237)
+++ ipcop/trunk/lfs/iproute2    2012-01-18 07:32:02 UTC (rev 6238)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = iproute2
-VER        = 3.1.0
+VER        = 3.2.0
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -46,11 +46,11 @@
 ###############################################################################
 # Top-level Rules
 ###############################################################################
-objects                = $(DL_FILE)
+objects = $(DL_FILE)
 
-$(DL_FILE)     = $(DL_FROM)/$(DL_FILE)
+$(DL_FILE) = $(DL_FROM)/$(DL_FILE)
 
-$(DL_FILE)_MD5 = 810cdc0ddc2409a7af7089588c6c9a68
+$(DL_FILE)_MD5 = 6f814291cc3d7f4312cf8c2c052da5f1
 
 install : $(TARGET)
 
@@ -80,11 +80,12 @@
 $(TARGET) : $(firstword $(MAKEFILE_LIST)) $(patsubst %,$(DIR_DL)/%,$(objects))
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar xf $(DIR_DL)/$(DL_FILE)
+       cd $(DIR_APP) && patch -Np1 -i 
$(DIR_PATCHES)/$(THISAPP)_drop-libnl-depend.patch
 
        # Let us be able to rebuild this package the same, even after linux-atm 
and iptables were build
        # First, we compile linux-atm after iproute2 and it is doubtfull atm 
support for tc is needed
        # Secondly, if iptables is already installed, TC_CONFIG_XT is set to y, 
m_xt.so is added to compilation and fail actually to compile
-       cd $(DIR_APP) && echo -e "TC_CONFIG_ATM:=n\nTC_CONFIG_XT:=n" >Config
+       cd $(DIR_APP) && echo -e "TC_CONFIG_ATM:=n\nTC_CONFIG_XT:=n\n" > Config
 
        cd $(DIR_APP) && sed -i '/^TARGETS/s@arpd@@g' misc/Makefile
        cd $(DIR_APP) && make -j $(PARALLELISM) DESTDIR=

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


------------------------------------------------------------------------------
Keep Your Developer Skills Current with LearnDevNow!
The most comprehensive online learning library for Microsoft developers
is just $99.99! Visual Studio, SharePoint, SQL - plus HTML5, CSS3, MVC3,
Metro Style Apps, more. Free future releases when you subscribe now!
http://p.sf.net/sfu/learndevnow-d2d
_______________________________________________
Ipcop-svn mailing list
Ipcop-svn@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to