From: Arkadiusz Miƛkiewicz Date: Sun, 10 Dec 2006 21:26:21 +0000 (+0000) Subject: - _ulibdir for tcl X-Git-Tag: auto/th/postgresql-8_2_0-1~3 X-Git-Url: https://git.pld-linux.org/?p=packages%2Fpostgresql.git;a=commitdiff_plain;h=2477983b878732f19d067dad1a9888a589783c9b - _ulibdir for tcl Changed files: postgresql.spec -> 1.375 --- diff --git a/postgresql.spec b/postgresql.spec index ff1f737..f49a0b7 100644 --- a/postgresql.spec +++ b/postgresql.spec @@ -82,6 +82,8 @@ BuildRoot: %{tmpdir}/%{name}-%{version}-root-%(id -u -n) %define _pgmoduledir %{_libdir}/postgresql %define _pgsqldir %{_datadir}/postgresql/contrib +%define _ulibdir /usr/lib + %description PostgreSQL Data Base Management System (formerly known as Postgres, then as Postgres95). @@ -809,7 +811,7 @@ tar zxf doc/postgres.tar.gz -C doc/unpacked %{?with_perl:--with-perl} \ %{?with_php:--with-php=/usr/include/php} \ %{?with_python:--with-python} \ - %{?with_tcl:--with-tcl --with-tclconfig=%{_libdir}} \ + %{?with_tcl:--with-tcl --with-tclconfig=%{_ulibdir}} \ --without-docdir %{__make}