]> git.pld-linux.org Git - packages/fetchmail.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:23 +0000 (20:03 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    fetchmail.spec -> 1.88

fetchmail.spec

index c22e1bf2c3b0f3f9c7fdd15a1090571774f77251..1a6dd7f1968f40d427091e3ebf4d6dda96dbd253 100644 (file)
@@ -131,7 +131,7 @@ SySV init skrypt do uruchamiania systemowego fetchmaila jako daemon.
 %build
 chmod -R u+w *
 gettextize --copy --force
-CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -DSSL_ENABLE"
+CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS} -DSSL_ENABLE"
 %configure \
        --enable-nls \
        --without-included-gettext \
This page took 0.087329 seconds and 4 git commands to generate.