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

perl-libwww.spec

index a521c5f279b0d3fca99f824dcfbc79344c6d33d2..3692adcfefba43de5530f064affcb5816e95e644 100644 (file)
@@ -38,7 +38,7 @@ do WWW (World-Wide Web).
 
 %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.097349 seconds and 4 git commands to generate.