Revision: 2806
          http://ipcop.svn.sourceforge.net/ipcop/?rev=2806&view=rev
Author:   gespinasse
Date:     2009-05-07 06:34:34 +0000 (Thu, 07 May 2009)

Log Message:
-----------
Upgrade module-init-tools from 3.4.1 to 3.8
We gain .bin version for modules.{alias,dep,symbols} that should be faster to 
parse.
Link with zlib shared reduce modprobe,insmod,depmod size.

No more include insmod.static
That's a very big file that we are not using normaly.
If we are in trouble early, that's in busybox.
If it's later, rescue mode should be used.

Modified Paths:
--------------
    ipcop/trunk/config/rootfiles/common/module-init-tools
    ipcop/trunk/lfs/module-init-tools

Modified: ipcop/trunk/config/rootfiles/common/module-init-tools
===================================================================
--- ipcop/trunk/config/rootfiles/common/module-init-tools       2009-05-07 
06:22:22 UTC (rev 2805)
+++ ipcop/trunk/config/rootfiles/common/module-init-tools       2009-05-07 
06:34:34 UTC (rev 2806)
@@ -1,13 +1,11 @@
-## module-init-tools-3.4
-##
 bin/lsmod
 sbin/depmod
 #sbin/generate-modprobe.conf
 sbin/insmod
+#sbin/insmod.static
 sbin/modinfo
 sbin/modprobe
 sbin/rmmod
-sbin/insmod.static
 #usr/share/man/man5/depmod.conf.5
 #usr/share/man/man5/modprobe.conf.5
 #usr/share/man/man5/modules.dep.5

Modified: ipcop/trunk/lfs/module-init-tools
===================================================================
--- ipcop/trunk/lfs/module-init-tools   2009-05-07 06:22:22 UTC (rev 2805)
+++ ipcop/trunk/lfs/module-init-tools   2009-05-07 06:34:34 UTC (rev 2806)
@@ -33,7 +33,7 @@
 include Config
 
 PKG_NAME   = module-init-tools
-VER        = 3.4.1
+VER        = 3.8
 HOST_ARCH  = all
 OTHER_SRC  = yes
 
@@ -43,7 +43,6 @@
 DIR_APP    = $(DIR_SRC)/$(THISAPP)
 TARGET     = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
 
-PATCH1     = $(THISAPP)-manpages-1.patch
 
 ###############################################################################
 # Top-level Rules
@@ -53,10 +52,8 @@
        $(PATCH1)
 
 $(DL_FILE)                     = $(DL_FROM)/$(DL_FILE)
-$(PATCH1)                      = $(URL_LFS)/$(PKG_NAME)/$(PATCH1)
 
-$(DL_FILE)_MD5                 = e253b066a1bab1d727ca0d54f001b49c
-$(PATCH1)_MD5                  = 2271047586981ae23adf01cc13d97791
+$(DL_FILE)_MD5                 = 470d7830fd263d29a92149da6ae9f122
 
 install : $(TARGET)
 
@@ -87,10 +84,9 @@
        @$(PREBUILD)
        @rm -rf $(DIR_APP) && cd $(DIR_SRC) && tar jxf $(DIR_DL)/$(DL_FILE)
 
-       cd $(DIR_APP) && patch -Np1 -i $(DIR_DL)/$(PATCH1)
        cd $(DIR_APP) && ./configure    --prefix=/usr \
                                        --exec-prefix=/ \
-                                       --enable-zlib
+                                       --enable-zlib-dynamic
        cd $(DIR_APP) && make
        cd $(DIR_APP) && make INSTALL=install install
 


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

------------------------------------------------------------------------------
The NEW KODAK i700 Series Scanners deliver under ANY circumstances! Your
production scanning environment may not be a perfect world - but thanks to
Kodak, there's a perfect scanner to get the job done! With the NEW KODAK i700
Series Scanner you'll get full speed at 300 dpi even with all image 
processing features enabled. http://p.sf.net/sfu/kodak-com
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn

Reply via email to