]> git.pld-linux.org Git - packages/sendmail.git/commitdiff
Massive attack. We use -O0 instead -O flags while debug enabled.
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Thu, 25 Jan 2001 20:03:49 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    sendmail.spec -> 1.42

sendmail.spec

index 56716890f19b90a6c7e9e7640d927f20bfc1c5d7..1aed93e02d27b9c45337a9b5e3d7264413c91db5 100644 (file)
@@ -103,7 +103,7 @@ install %{SOURCE7} config.m4
 
 %build
 
-RPM_OPT_FLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} \
+RPM_OPT_FLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} \
        -DUSE_VENDOR_CF_PATH=1 -DNETINET6 -D_FFR_TESTMODE_DROP_PRIVS"
 export RPM_OPT_FLAGS
 
This page took 0.044233 seconds and 4 git commands to generate.