]> git.pld-linux.org Git - packages/perl-Term-ReadLine-Gnu.git/commitdiff
- changed %%{!?debug:...}%%{?debug...} to %%{?debug:...}%%{!?debug...}
authormichuz <michuz@pld-linux.org>
Sat, 23 Dec 2000 00:48:46 +0000 (00:48 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  (now it's more C like)

Changed files:
    perl-Term-ReadLine-Gnu.spec -> 1.18

perl-Term-ReadLine-Gnu.spec

index 79f869d180a7f1717392bdd67974f1ffc7f9edb6..aa4b2a8eebb6991f122105994b431a481c86c0d5 100644 (file)
@@ -31,7 +31,7 @@ Modu
 
 %build
 perl Makefile.PL
-%{__make} OPTIMIZE="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g} -DPERL_POLLUTE"
+%{__make} OPTIMIZE="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS} -DPERL_POLLUTE"
 
 %install
 rm -rf $RPM_BUILD_ROOT
This page took 0.059345 seconds and 4 git commands to generate.