]> git.pld-linux.org Git - packages/iproute2.git/commitdiff
- added patch that fixes some things (like ip route get)
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sat, 2 Feb 2002 02:25:27 +0000 (02:25 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- use proper CC
- release 4

Changed files:
    iproute2.spec -> 1.52

iproute2.spec

index b572e9dcfbd648ab451f8aeb2ea16cae0441dfb5..937e2df87416bba35b62c205cd6aa8afa476fdb3 100644 (file)
@@ -5,7 +5,7 @@ Summary:        Utility to control Networking behavior in 2.2.X kernels
 Summary(pl):   Narzêdzie do kontrolowania Sieci w kernelach 2.2
 Name:          iproute2
 Version:       %{mainver}.%{snapshot}
-Release:       3
+Release:       4
 Vendor:                Alexey Kuznetsov <kuznet@ms2.inr.ac.ru>
 License:       GPL
 Group:         Networking/Admin
@@ -16,6 +16,7 @@ Patch0:               %{name}-make.patch
 Patch1:                %{name}-uClibc.patch
 Patch2:                %{name}-fix-2_2.patch
 Patch3:                %{name}-label.patch
+Patch4:                %{name}-latest.patch
 BuildRequires: tetex-dvips
 BuildRequires: tetex-latex
 BuildRequires: psutils
@@ -58,6 +59,7 @@ Embedded iproute2.
 %patch1 -p1
 %patch2 -p1
 %patch3 -p1
+%patch4 -p1
 
 %build
 
@@ -84,6 +86,7 @@ mv -f ip/ip ip-embed-static
 %endif
 
 %{__make} \
+       CC="%{__cc}" \
        OPT="%{rpmcflags}" \
        KERNEL_INCLUDE="%{_kernelsrcdir}/include"
 %{__make} -C doc
This page took 0.241437 seconds and 4 git commands to generate.