]> git.pld-linux.org Git - packages/acx.git/commitdiff
- fix build routine
authoraredridel <aredridel@pld-linux.org>
Thu, 9 Sep 2004 04:41:18 +0000 (04:41 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    acx.spec -> 1.23

acx.spec

index b56dcaea5d0b84e5933444c39ce336f3743b11de..d1030d388179a548cc94c00e43ea70bcf7b63dd6 100644 (file)
--- a/acx.spec
+++ b/acx.spec
@@ -1,6 +1,7 @@
 #
 # Conditional build:
 %bcond_without dist_kernel     # without distribution kernel
+%bcond_without smp             # don't build SMP module
 #
 Summary:       Linux driver for WLAN card base on ACX100
 Summary(pl):   Sterownik dla Linuksa do kart bezprzewodowych na ukĀ³adzie ACX100
@@ -64,7 +65,7 @@ for cfg in %{buildconfigs}; do
        if [ ! -r "%{_kernelsrcdir}/config-$cfg" ]; then
                exit 1
        fi
-       #rm -rf include
+       rm -f include/asm
        chmod 000 modules
        install -d include/{linux,config}
        %{__make} -C %{_kernelsrcdir} clean \
This page took 0.100318 seconds and 4 git commands to generate.