Revision: 7003
http://ipcop.svn.sourceforge.net/ipcop/?rev=7003&view=rev
Author: gespinasse
Date: 2013-04-19 20:35:06 +0000 (Fri, 19 Apr 2013)
Log Message:
-----------
Add a common URL for netfilter packages and use that with iptables and libmnl.
Compile iptables with -O3, this remove 'optimizing for size and code size would
grow' warnings
Modified Paths:
--------------
ipcop/trunk/lfs/Config
ipcop/trunk/lfs/iptables
ipcop/trunk/lfs/libmnl
Modified: ipcop/trunk/lfs/Config
===================================================================
--- ipcop/trunk/lfs/Config 2013-04-19 19:41:09 UTC (rev 7002)
+++ ipcop/trunk/lfs/Config 2013-04-19 20:35:06 UTC (rev 7003)
@@ -24,6 +24,7 @@
URL_LFS = http://www.linuxfromscratch.org/patches/downloads
URL_BLFS = http://www.linuxfromscratch.org/blfs/downloads
URL_CLFS = http://ftp.cross-lfs.org/pub/clfs
+URL_NETFILTER = http://ftp.netfilter.org/pub
URL_SFNET = http://downloads.sourceforge.net/sourceforge
URL_TUWIEN = http://gd.tuwien.ac.at
Modified: ipcop/trunk/lfs/iptables
===================================================================
--- ipcop/trunk/lfs/iptables 2013-04-19 19:41:09 UTC (rev 7002)
+++ ipcop/trunk/lfs/iptables 2013-04-19 20:35:06 UTC (rev 7003)
@@ -39,10 +39,12 @@
THISAPP = $(PKG_NAME)-$(VER)
DL_FILE = $(THISAPP).tar.bz2
-DL_FROM = http://ftp.netfilter.org/pub/iptables
+DL_FROM = $(URL_NETFILTER)/$(PKG_NAME)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
+CFLAGS += -O3
+
###############################################################################
# Top-level Rules
###############################################################################
Modified: ipcop/trunk/lfs/libmnl
===================================================================
--- ipcop/trunk/lfs/libmnl 2013-04-19 19:41:09 UTC (rev 7002)
+++ ipcop/trunk/lfs/libmnl 2013-04-19 20:35:06 UTC (rev 7003)
@@ -39,7 +39,7 @@
THISAPP = $(PKG_NAME)-$(VER)
DL_FILE = $(THISAPP).tar.bz2
-DL_FROM = http://www.netfilter.org/projects/libmnl/files
+DL_FROM = $(URL_NETFILTER)/$(PKG_NAME)
DIR_APP = $(DIR_SRC)/$(THISAPP)
TARGET = $(DIR_INFO)/$(STAGE_ORDER)_$(STAGE)/$(THISAPP)
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Precog is a next-generation analytics platform capable of advanced
analytics on semi-structured data. The platform includes APIs for building
apps and a phenomenal toolset for data science. Developers can use
our toolset for easy data analysis & visualization. Get a free account!
http://www2.precog.com/precogplatform/slashdotnewsletter
_______________________________________________
Ipcop-svn mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/ipcop-svn