]> git.pld-linux.org Git - packages/capsel.git/commitdiff
- fixed SMP compilation
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 10 Jun 2002 11:47:05 +0000 (11:47 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    capsel.spec -> 1.3

capsel.spec

index 9fc508eb8ca50c061e246bfd3266cf742365602f..1fedce5de05dbcbe2f6dbb66ecfab043c298c1c9 100644 (file)
@@ -12,7 +12,7 @@ Version:      1.9.99
 Release:       %{_pre}.%{_rel}
 Group:         Base/Kernel
 License:       GPL v2
-Source0:       http://cliph.linux.pl/capsel/capsel-%{version}pre5.tar.gz
+Source0:       http://cliph.linux.pl/capsel/capsel-%{version}%{_pre}.tar.gz
 URL:           http://cliph.linux.pl/capsel/
 %{!?_without_dist_kernel:BuildRequires: kernel-headers}
 BuildRequires: %{kgcc_package}
@@ -69,7 +69,7 @@ mv -f src/capsel.o bin/capsel.o
 
 %{__make} clean
 
-%{__make} CC="%{kgcc} -D__KERNEL_SMP=1 -DCONFIG_X86_LOCAL_APIC"
+%{__make} CC="%{kgcc} -D__KERNEL_SMP=1 -D__SMP__ -DCONFIG_X86_LOCAL_APIC"
 mv -f src/capsel.o bin/capselsmp.o
 
 %install
This page took 0.046341 seconds and 4 git commands to generate.