]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- added esfq support, needs patched kernel
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Tue, 15 Jul 2003 14:29:27 +0000 (14:29 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iproute2.spec -> 1.83

iproute2.spec

index c6c2a06fcd1ce4f5e9dba082ac52d743bea914d6..eb083cbc9b47b5fa4f2c32189226e709373d8426 100644 (file)
@@ -30,6 +30,7 @@ Patch5:               %{name}-htb2_tc.patch
 Patch6:                wrr-iproute2-2.2.4.patch
 Patch7:                htb3.6_tc.patch
 Patch8:                %{name}-no_libresolv.patch
+Patch9:                %{name}-2.2.4-now-ss001007-esfq.diff
 %{!?_without_tc:BuildRequires: db-devel}
 BuildRequires: bison
 %{!?_without_tetex:BuildRequires:      latex2html}
@@ -91,10 +92,11 @@ a przestrzeni
 %endif
 %patch6 -p1
 %patch8 -p1
+%patch9 -p1
 
 %build
 WRRDEF=""
-grep -q tc_wrr_class_weight /usr/include/linux/pkt_sched.h || WRRDEF="-DNEED_WRR_DEFS"
+grep -q tc_wrr_class_weight %{_kernelsrcdir}/include/linux/pkt_sched.h || WRRDEF="-DNEED_WRR_DEFS"
 
 %{__make} \
        CC="%{__cc}" \
This page took 0.037541 seconds and 4 git commands to generate.