]> git.pld-linux.org Git - packages/postgresql.git/commitdiff
- _ulibdir for tcl
authorArkadiusz Miśkiewicz <arekm@maven.pl>
Sun, 10 Dec 2006 21:26:21 +0000 (21:26 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    postgresql.spec -> 1.375

postgresql.spec

index ff1f7377916d082a0067409ae69513661507496f..f49a0b7a700fb25665a4295b39e293b8d822056d 100644 (file)
@@ -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}
This page took 0.072551 seconds and 4 git commands to generate.