]> git.pld-linux.org Git - packages/ftp4all.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:
    ftp4all.spec -> 1.5

ftp4all.spec

index 6cd1f7cd09a4e87985d21032c58cabb89c8386c5..809fed4a6e6630eb03a056fc5a7b905d3bb317c9 100644 (file)
@@ -52,7 +52,7 @@ na poziomie IP, limity pasma, statystyki transfer
 %patch1 -p1
 
 %build
-echo "y" | CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" ./configure
+echo "y" | CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}" ./configure
 %{__make}
 
 %install
This page took 0.121087 seconds and 4 git commands to generate.