]> git.pld-linux.org Git - packages/acpid.git/commitdiff
- disable -Werror, because there is some false positive
authorsparky <sparky@pld-linux.org>
Sat, 5 Feb 2011 11:40:21 +0000 (11:40 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
- more rpm*flags

Changed files:
    acpid.spec -> 1.71

acpid.spec

index 45d3c4bd7f5ad0b2372265d473dc91399c6a2d76..1e0844c62bb95fcee73bc18562b6f772e107bd14 100644 (file)
@@ -75,8 +75,8 @@ wyłącznie jako dyspozytor wiadomości.
 %build
 %{__make} \
        CC="%{__cc}" \
-       LDFLAGS="%{rpmldflags}" \
-       OPT="%{rpmcflags}"
+       LDFLAGS="%{rpmcflags} %{rpmldflags}" \
+       OPT="%{rpmcppflags} %{rpmcflags} -Wno-error"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.099649 seconds and 4 git commands to generate.