]> git.pld-linux.org Git - packages/exim.git/commitdiff
- added using %%{rpmcflags} macro.
authorkloczek <kloczek@pld-linux.org>
Mon, 30 Apr 2001 16:05:17 +0000 (16:05 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    exim.spec -> 1.53

exim.spec

index de83c263c620f515c06763f24d9216d9c5109bb2..7facc3032b73e321899f030d3eccc2771b3591f3 100644 (file)
--- a/exim.spec
+++ b/exim.spec
@@ -112,7 +112,7 @@ cp src/EDITME Local/Makefile
 cp exim_monitor/EDITME Local/eximon.conf
 
 %build
-%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" \
+%{__make} CFLAGS="%{rpmcflags}" \
        %{?bcond_on_mysql:LOOKUP_MYSQL=yes} \
        %{?bcond_on_pgsql:LOOKUP_PGSQL=yes} \
        %{!?bcond_off_ldap:LOOKUP_LDAP=yes LDAP_LIB_TYPE=OPENLDAP2} \
This page took 0.1245 seconds and 4 git commands to generate.