]> git.pld-linux.org Git - packages/strace.git/commitdiff
- patch for compiling strace with kernel 2.6 and userspace headers added
authorJacek Konieczny <jajcus@pld-linux.org>
Sun, 21 Dec 2003 08:57:10 +0000 (08:57 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace.spec -> 1.54

strace.spec

index b7e8559cde95597551eeb2d715b1bea354867ee2..0cdafe07d7d8a9c223d1e4ce5b6d39466552393d 100644 (file)
@@ -17,6 +17,7 @@ Source0:      http://dl.sourceforge.net/%{name}/%{name}-%{version}.tar.bz2
 Source1:       %{name}.1.pl
 Patch0:                %{name}-newsysc.patch
 Patch1:                %{name}-getdents64.patch
+Patch2:                %{name}-kernel26_userspace.patch
 URL:           http://www.liacs.nl/~wichert/strace/
 BuildRequires: autoconf >= 2.54
 BuildRequires: automake
@@ -73,6 +74,7 @@ Strace 
 %setup -q
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 %{__aclocal}
This page took 0.141542 seconds and 4 git commands to generate.