]> git.pld-linux.org Git - packages/postgresql.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:
    postgresql.spec -> 1.80

postgresql.spec

index e226659769a808850e2b46c841f75f24973c905c..9df7a5206482ea1e4bd446b321e5b875a043c4b2 100644 (file)
@@ -560,7 +560,7 @@ autoconf
        --with-x \
        --with-perl $ENABLE_LOCALE $ENABLE_MULTIBYTE
 
-%{__make} OPT="%{!?debug:$RPM_OPT_FLAGS}%{?debug:-O -g}" \
+%{__make} OPT="%{?debug:-O -g}%{!?debug:$RPM_OPT_FLAGS}" \
          TEMPLATEDIR=%{_libdir}/pgsql
 
 cd ..
This page took 0.139555 seconds and 4 git commands to generate.