]> git.pld-linux.org Git - packages/acpica.git/commitdiff
set $HOST env to make
authorElan Ruusamäe <glen@delfi.ee>
Fri, 20 Mar 2015 16:58:04 +0000 (16:58 +0000)
committerElan Ruusamäe <glen@delfi.ee>
Fri, 20 Mar 2015 16:58:04 +0000 (16:58 +0000)
this is to avoid $HOST=carme-pld-x32 producing warnings, which later are
prompoted to -Werror:

gcc -c -Dcarme-pld-x32 ...
<command-line>:0:6: warning: missing whitespace after the macro name

acpica.spec

index b0bd0e4fb2a8f42f04dab2594d0f23d336d50418..053add535ac3f9f2776a6a967f532c93c66612da 100644 (file)
@@ -30,6 +30,7 @@ tablic DSDT.
 
 %build
 %{__make} \
+       HOST=_LINUX \
        CC="%{__cc}" \
        OPT_CFLAGS="%{rpmcflags}" \
        RPMLDFLAGS="%{rpmcflags} %{rpmldflags}"
This page took 0.119861 seconds and 4 git commands to generate.