]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- TODO added.
authorPaweł Sikora <pluto@pld-linux.org>
Thu, 20 May 2004 15:06:49 +0000 (15:06 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- bcond iec_complaint added (default: off)
  reference: http://physics.nist.gov/cuu/Units/binary.html

Changed files:
    iproute2.spec -> 1.112

iproute2.spec

index 808cb31f25d242af5a8d48fa557f54911eddbf97..335609de62f8cc8ed5548c096644ac8042f44221 100644 (file)
@@ -1,8 +1,12 @@
 #
+# TODO:
+#      - build @ uClibc
+#
 # Conditional build
-%bcond_without doc     # don't build documentation
-%bcond_without tc      # don't build tc program (it breaks static linkage)
-%bcond_with    uClibc  # do some hacks to build with uClibc
+%bcond_without doc             # don't build documentation
+%bcond_without tc              # don't build tc program (it breaks static linkage)
+%bcond_with    uClibc          # do some hacks to build with uClibc
+%bcond_with    iec_complaint   # fix bitrate calculations
 #
 Summary:       Utility to control Networking behavior in 2.2.X kernels
 Summary(es):   Herramientas para encaminamiento avanzado y configuración de interfaces de red
@@ -33,6 +37,7 @@ Patch10:      %{name}-htb3.6_tc.patch
 Patch11:       %{name}-2.2.4-wrr.patch
 Patch12:       %{name}-2.2.4-esfq.patch
 Patch13:       %{name}-hfsc.patch
+Patch14:       %{name}-rates-1024-fix.patch
 BuildRequires: bison
 BuildRequires: linux-libc-headers >= 7:2.6.5.1-4
 %if %{with doc}
@@ -97,6 +102,7 @@ rm -rf include-glibc
 %patch11 -p1
 %patch12 -p1
 %patch13 -p1
+%{?with_iec_complaint:%patch14 -p1}
 
 %build
 %{__make} \
This page took 0.059022 seconds and 4 git commands to generate.