]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- added bcond for ATM - default is on.
authorcieciwa <cieciwa@pld-linux.org>
Mon, 27 Sep 2004 12:43:20 +0000 (12:43 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    iproute2.spec -> 1.130

iproute2.spec

index 5fa1f8d54dae30d674c79af2f8601acd5d89eac2..8972841f63083f23fa611c5e1072e470b023650b 100644 (file)
@@ -6,6 +6,7 @@
 # Conditional build
 %bcond_without doc             # don't build documentation
 %bcond_without tc              # don't build tc program (it breaks static linkage)
+%bcond_without atm             # don't required ATM.
 %bcond_with    uClibc          # do some hacks to build with uClibc
 %bcond_with    iec_complaint   # fix bitrate calculations
 #
@@ -33,7 +34,9 @@ Patch13:        %{name}-rates-1024-fix.patch
 URL:           http://developer.osdl.org/dev/iproute2/
 BuildRequires: bison
 BuildRequires: db-devel
+%if %{with atm}
 BuildRequires: linux-atm-devel
+%endif
 BuildRequires: linux-libc-headers >= 7:2.6.7.0-9
 %if %{with doc}
 BuildRequires: psutils
This page took 0.250527 seconds and 4 git commands to generate.