]> git.pld-linux.org Git - packages/capsel.git/commitdiff
- added patch to compile with 2.4.19 headers (include <linux/personality.h>)
authorMichal Moskal <michal@moskal.me>
Mon, 21 Oct 2002 21:51:10 +0000 (21:51 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (btw: what's that capsel thing? :-)

Changed files:
    capsel.spec -> 1.13

capsel.spec

index 618b5fd2318326c9d2878a31edb2ce3b3b243d6b..5a42d205559c8fd1c540a0d32904741dfcf5b4d4 100644 (file)
@@ -16,6 +16,7 @@ Source0:      http://cliph.linux.pl/capsel/capsel-%{version}%{_pre}.tar.gz
 Source1:       %{name}.init
 Patch0:                %{name}-2.0rc2.diff
 Patch1:                %{name}-no_kernel_smp.patch
+Patch2:                %{name}-include-fix.patch
 URL:           http://cliph.linux.pl/capsel/
 %{!?_without_dist_kernel:BuildRequires: kernel-headers}
 BuildRequires: %{kgcc_package}
@@ -65,6 +66,7 @@ Capsel - modu
 %setup -q -n %{name}-%{version}%{_pre}
 %patch0 -p1
 %patch1 -p1
+%patch2 -p1
 
 %build
 mkdir bin/
This page took 0.306037 seconds and 4 git commands to generate.