From: | Yury Bokhoncovich <byg(at)center-f1(dot)ru> |
---|---|
To: | <pgsql-patches(at)postgresql(dot)org> |
Cc: | <teg(at)redhat(dot)com>, <lamar(dot)owen(at)wgcr(dot)org>, <support(at)asplinux(dot)ru> |
Subject: | Fix for spec-file to avoid problems when building w/o tcl |
Date: | 2002-08-28 11:29:28 |
Message-ID: | Pine.LNX.4.33.0208281818430.3994-100000@panda.center-f1.ru |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | 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(at)center-f1(dot)ru(dot)
Unix is like a wigwam -- no Gates, no Windows, and an Apache inside.
From | Date | Subject | |
---|---|---|---|
Next Message | Christoph Dalitz | 2002-08-28 13:35:52 | worried about PGPASSWORD drop |
Previous Message | Karim Mribti | 2002-08-28 10:57:54 | Spanish translation patch |