]> git.pld-linux.org Git - packages/cipe.git/commitdiff
- set KDEFS only if %%smp is set
authorSebastian Zagrodzki <sebek@zagrodzki.net>
Wed, 7 Nov 2001 16:36:01 +0000 (16:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cipe.spec -> 1.2

cipe.spec

index 062aef035e19e874df45316a69d6526600d70411..50ec104c8e8dd9ef50a1ed9a7f1f1130c52f4472 100644 (file)
--- a/cipe.spec
+++ b/cipe.spec
@@ -69,7 +69,9 @@ autoconf -l conf/
 %endif
 
 %{__make} \
+%if %{smp}
        KDEFS+=" -D__KERNEL_SMP=1"
+%endif
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.085093 seconds and 4 git commands to generate.