Fix for spec-file to avoid problems when building w/o tcl - Mailing list pgsql-patches

From Yury Bokhoncovich
Subject Fix for spec-file to avoid problems when building w/o tcl
Date
Msg-id Pine.LNX.4.33.0208281818430.3994-100000@panda.center-f1.ru
Whole thread Raw
List pgsql-patches
Hello!

I've got problems when I had tried to build the RPMs w/o tcl support.

Here's the fix:
===================================
--- postgresql.spec.orig        Sat May 25 07:37:39 2002
+++ postgresql.spec.new Wed Aug 28 18:26:52 2002
@@ -866,7 +866,7 @@
 /usr/lib/libecpg.a
 /usr/lib/libpq++.a
 /usr/lib/libpgeasy.a
-%if tcl
+%if %tcl
 /usr/lib/libpgtcl.a
 %endif
 %{_mandir}/man1/ecpg.1*
===================================


--
WBR, Yury Bokhoncovich, Senior System Administrator, NOC of F1 Group.
Phone: +7 (3832) 106228, ext.140, E-mail: byg@center-f1.ru.
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.



pgsql-patches by date:

Previous
From: "Karim Mribti"
Date:
Subject: Spanish translation patch
Next
From: Bruce Momjian
Date:
Subject: Re: [HACKERS] pg_attribute.attisinherited ?