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

lynx.spec

index afa29ab34ac79a66ac40059973a180fa18af3675..23bf56a6c40962718436c1979b6abf2b7ea07c81 100644 (file)
--- a/lynx.spec
+++ b/lynx.spec
@@ -63,7 +63,7 @@ formlar ve tablolar i
 %build
 autoconf
 LDFLAGS="-lcrypto -lssl %{!?debug:-s}"
-CFLAGS="-I/usr/include/openssl -DUSE_SSL %{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
+CFLAGS="-I/usr/include/openssl -DUSE_SSL %{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 %configure \
        --with-screen=slang \
        --without-included-gettext \
This page took 0.214683 seconds and 4 git commands to generate.