aboutsummaryrefslogtreecommitdiffstats
path: root/packages/ebtables/ebtables_2.0.6.bb
diff options
context:
space:
mode:
authorJamie Lenehan <lenehan@twibble.org>2006-09-01 02:35:39 +0000
committerJamie Lenehan <lenehan@twibble.org>2006-09-01 02:35:39 +0000
commite84cdb4039e927ad32f7b0662b381f9ec7477e8e (patch)
tree529d797d452e4919875ba77f21f68a10970bdd84 /packages/ebtables/ebtables_2.0.6.bb
parent97f3f6619a1ef68599977240b181b0be205b35fb (diff)
downloadopenembedded-e84cdb4039e927ad32f7b0662b381f9ec7477e8e.tar.gz
ebtables 2.0.6: Patch to enable compiling with gcc 4.x. Tested with gcc
4.1.1 and 3.4.4.
Diffstat (limited to 'packages/ebtables/ebtables_2.0.6.bb')
-rw-r--r--packages/ebtables/ebtables_2.0.6.bb3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/ebtables/ebtables_2.0.6.bb b/packages/ebtables/ebtables_2.0.6.bb
index 3c5d17dacb..318dd664a1 100644
--- a/packages/ebtables/ebtables_2.0.6.bb
+++ b/packages/ebtables/ebtables_2.0.6.bb
@@ -3,10 +3,11 @@ PRIORITY = "optional"
MAINTAINER = "Ned Ludd <solar@gentoo.org>"
LICENSE = "GPL"
SECTION = "console/network"
-PR = "r1"
+PR = "r2"
SRC_URI = "${SOURCEFORGE_MIRROR}/ebtables/ebtables-v${PV}.tar.gz \
file://gcc34.patch;patch=1 \
+ file://gcc4.patch;patch=1 \
file://installnonroot.patch;patch=1 \
file://installcreatedirs.patch;patch=1"
S = "${WORKDIR}/ebtables-v${PV}"