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

nc.spec

diff --git a/nc.spec b/nc.spec
index 5f3c77a9f995e42a0ca8304825c794f9297aa9e4..8b3db5c776258688e7a4ccb8d272b7854d19411c 100644 (file)
--- a/nc.spec
+++ b/nc.spec
@@ -51,7 +51,7 @@ standardowe uniksowe narz
 # 'make linux' works too, but builds a static binary. 
 %{__make} generic \
        DFLAGS="-DINET6 -DTELNET -DGAPING_SECURITY_HOLE" \
-       CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
+       CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.03159 seconds and 4 git commands to generate.