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

efingerd.spec

index 3d1ef401e6ca7e9e5287a734743ab53a8b85634c..ca68e0720ca8752cba4fb4c53885cf83d0c81557 100644 (file)
@@ -38,7 +38,7 @@ jest wy
 %patch0 -p1
 
 %build
-%{__make} CFLAGS="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}"
+%{__make} CFLAGS="%{?debug:-O0 -g}%{!?debug:$RPM_OPT_FLAGS}"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.051227 seconds and 4 git commands to generate.