]> git.pld-linux.org Git - packages/strace.git/commitdiff
added ipv6 patch
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Mon, 16 Aug 1999 14:28:36 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    strace.spec -> 1.17

strace.spec

index abf21b99685bca65203debe283cdb9e87ba4aa13..bca5577b82bf32aa08cea9b6df93309be1a7791d 100644 (file)
@@ -10,7 +10,9 @@ Copyright:    distributable
 Group:         Development/Debuggers
 Group(pl):     Programowanie/Odpluskwiacze
 Source:        http://www.wi.leidenuniv.nl/~wichert/strace/%{name}-%{version}.tar.gz
-Patch:         %{name}-fhs.patch
+Patch0:        strace-fhs.patch
+Patch1:                strace-linux.patch
+Patch2:                strace-ipv6.patch
 BuildRoot:     /tmp/%{name}-%{version}-root
 
 %description
@@ -38,9 +40,12 @@ g
 
 %prep
 %setup  -q 
-%patch -p1 
+%patch0 -p1 
+%patch1 -p1
+%patch2 -p1
 
 %build
+autoconf && autoheader
 %configure
 make LDFLAGS="-s"
 
This page took 0.086576 seconds and 4 git commands to generate.