]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- build cond macros -> bcond_*[on|off] convention
authormis <mis@pld-linux.org>
Mon, 11 Dec 2000 12:53:04 +0000 (12:53 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.78

postgresql.spec

index ea44f635c467842df49294095f884ea9503265c2..6912cd93476005199f478b06be657d6324f1c618 100644 (file)
@@ -540,8 +540,8 @@ rm -fR `find contrib/ -type d -name CVS`
 PATH=$PATH:. ; export PATH
 cd src
 
-ENABLE_LOCALE="%{!?pgsql_disable_locale:--enable-locale}"
-ENABLE_MULTIBYTE="%{!?pgsql_disable_multibyte:--enable-multibyte}"
+ENABLE_LOCALE="%{!?bcond_off_pgsql_locale:--enable-locale}"
+ENABLE_MULTIBYTE="%{!?bcond_off_pgsql_multibyte:--enable-multibyte}"
 
 aclocal
 autoconf
This page took 0.206751 seconds and 4 git commands to generate.