]> git.pld-linux.org Git - packages/exim.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:44 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    exim.spec -> 1.43

exim.spec

index 8f48302ea3b09fb969c93d1ed76283ea8a210b9b..42fac1d7f3c9c60b47de4ff4fb2d64ca5509389d 100644 (file)
--- a/exim.spec
+++ b/exim.spec
@@ -110,7 +110,7 @@ cp src/EDITME Local/Makefile
 cp exim_monitor/EDITME Local/eximon.conf
 
 %build
-%{__make} CFLAGS="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
+%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
        %{?bcond_on_mysql:LOOKUP_MYSQL=yes} \
        %{!?bcond_off_pgsql:LOOKUP_PGSQL=yes} \
        %{!?bcond_off_ldap:LOOKUP_LDAP=yes LDAP_LIB_TYPE=OPENLDAP2} \
This page took 0.059474 seconds and 4 git commands to generate.