Correct case error of make(1) optimization flag '-O'.

Tue, 21 Apr 2009 14:36:08 +0200

author
Michael Schloh von Bennewitz <michael@schloh.com>
date
Tue, 21 Apr 2009 14:36:08 +0200
changeset 188
78de2aaa27e2
parent 187
0cbfb8a2de97
child 189
1a7b9c850a13

Correct case error of make(1) optimization flag '-O'.

mailman/mailman.spec file | annotate | diff | comparison | revisions
     1.1 --- a/mailman/mailman.spec	Tue Apr 21 14:23:37 2009 +0200
     1.2 +++ b/mailman/mailman.spec	Tue Apr 21 14:36:08 2009 +0200
     1.3 @@ -93,7 +93,7 @@
     1.4          --enable-static
     1.5  
     1.6      #   build package
     1.7 -    %{l_make} %{l_mflags -o}
     1.8 +    %{l_make} %{l_mflags -O}
     1.9  
    1.10  %install
    1.11      #   install package

mercurial