]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- enable support for locales and multibyte databeses
authorwrobell <wrobell@pld-linux.org>
Fri, 17 Nov 2000 11:30:14 +0000 (11:30 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.74

postgresql.spec

index 33f5b8fe0a196130e1e25d2a45e7b14281f8b269..2a88a18461ef6cf7fa76ccfbae61e07149230881 100644 (file)
@@ -552,6 +552,9 @@ autoconf
 %else
        --with-template=linux_%{_target_cpu} \
 %endif
+  --enable-locale \
+  --enable-multibyte \
+  --enable-unicode-conversion \
        --enable-hba \
        --with-odbc \
        --with-odbcinst=%{_sysconfdir} \
@@ -688,6 +691,7 @@ rm -f /tmp/tmp_perl_info
 %attr(755,root,root) %{_bindir}/dropuser
 %attr(755,root,root) %{_bindir}/initdb
 %attr(755,root,root) %{_bindir}/initlocation
+%attr(755,root,root) %{_bindir}/pg_encoding
 %attr(755,root,root) %{_bindir}/pg_passwd
 %attr(755,root,root) %{_bindir}/pg_version
 %attr(755,root,root) %{_bindir}/postgres
This page took 0.042938 seconds and 4 git commands to generate.