]> git.pld-linux.org Git - packages/postfix.git/commitdiff
- use rpmcppflags in OPT, too
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Fri, 30 Mar 2012 16:22:13 +0000 (16:22 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postfix.spec -> 1.372

postfix.spec

index 9407f1a181163d62c3400f878f9f0353c6905d85..754a5120d21978a4a713d03c53f565adf2c68289 100644 (file)
@@ -303,7 +303,7 @@ CC="%{__cc}"
 export CC
 %{__make} \
        DEBUG="" \
-       OPT="%{rpmcflags} -D_FILE_OFFSET_BITS=64" \
+       OPT="%{rpmcflags} %{rpmcppflags} -D_FILE_OFFSET_BITS=64" \
        %{!?with_ldap:LDAPSO=""} \
        %{!?with_mysql:MYSQLSO=""} \
        %{!?with_pgsql:PGSQLSO=""} \
This page took 0.165306 seconds and 4 git commands to generate.