From 5e8b5ca6a5a8457476bf5876510b392e178260f5 Mon Sep 17 00:00:00 2001 From: Jiri Popelka Date: Wed, 20 Jun 2012 09:40:55 +0200 Subject: [PATCH] compile without Token ring support (http://lwn.net/Articles/497397/) --- net-tools-1.60-config.h | 2 +- net-tools-1.60-config.make | 2 +- net-tools.spec | 5 ++++- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/net-tools-1.60-config.h b/net-tools-1.60-config.h index a7a847c..7c1cd36 100644 --- a/net-tools-1.60-config.h +++ b/net-tools-1.60-config.h @@ -51,7 +51,7 @@ #define HAVE_HWPPP 1 #define HAVE_HWTUNNEL 1 #define HAVE_HWSTRIP 1 -#define HAVE_HWTR 1 +#define HAVE_HWTR 0 #define HAVE_HWAX25 1 #define HAVE_HWROSE 1 #define HAVE_HWNETROM 1 diff --git a/net-tools-1.60-config.make b/net-tools-1.60-config.make index 255797c..7e8024c 100644 --- a/net-tools-1.60-config.make +++ b/net-tools-1.60-config.make @@ -18,7 +18,7 @@ HAVE_HWSLIP=1 HAVE_HWPPP=1 HAVE_HWTUNNEL=1 HAVE_HWSTRIP=1 -HAVE_HWTR=1 +HAVE_HWTR=0 HAVE_HWAX25=1 HAVE_HWROSE=1 HAVE_HWNETROM=1 diff --git a/net-tools.spec b/net-tools.spec index 5654db4..0c7a16a 100644 --- a/net-tools.spec +++ b/net-tools.spec @@ -3,7 +3,7 @@ Summary: Basic networking tools Name: net-tools Version: 1.60 -Release: 136.%{checkout}%{?dist} +Release: 137.%{checkout}%{?dist} License: GPL+ Group: System Environment/Base URL: http://net-tools.sourceforge.net @@ -160,6 +160,9 @@ fi %attr(0644,root,root) %{_unitdir}/arp-ethers.service %changelog +* Wed Jun 20 2012 Jiri Popelka - 1.60-137.20120509git +- compile without Token ring support (http://lwn.net/Articles/497397/) + * Tue Jun 19 2012 Jiri Popelka - 1.60-136.20120509git - better SCTP support (#826676)