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

perl-Net-SSLeay.spec

index 36b2dd2219d787da495a17c9d2e893d76a2ae436..c05a223d1f27aae2477c283c7e6c83f5cfea1028 100644 (file)
@@ -31,7 +31,7 @@ Modul perla Net-SSLeay.
 
 %build
 perl Makefile.PL
-%{__make} OPTIMIZE="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} OPTIMIZE="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.034438 seconds and 4 git commands to generate.