]> git.pld-linux.org Git - packages/Coin.git/commitdiff
- drop %{specflags} as it is already included in rpmcflags
authorpawelz <pawelz@pld-linux.org>
Fri, 4 Jun 2010 22:59:04 +0000 (22:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    Coin.spec -> 1.3

Coin.spec

index 250b9939d77a922737ea8466813f75c24f158f5d..76cb3d5ac38173daa504cddc5c4cca26c91afc45 100644 (file)
--- a/Coin.spec
+++ b/Coin.spec
@@ -86,8 +86,8 @@ find '(' -name '*~' -o -name '*.orig' ')' -print0 | xargs -0 -r -l512 rm -f
 # %{__make}
 
 %{__make} \
-       CFLAGS="%{rpmcflags} %{specflags}" \
-       CPPFLAGS="%{rpmcppflags} %{specflags}" \
+       CFLAGS="%{rpmcflags}" \
+       CPPFLAGS="%{rpmcppflags}" \
        LDFLAGS="%{rpmldflags} -ldl -lGL -lX11 -lgthread"
 
 %install
This page took 0.100436 seconds and 4 git commands to generate.