OpenPKG CVS Repository
http://cvs.openpkg.org/
____________________________________________________________________________
Server: cvs.openpkg.org Name: Ralf S. Engelschall
Root: /e/openpkg/cvs Email: [EMAIL PROTECTED]
Module: openpkg-src Date: 24-Jan-2003 15:34:39
Branch: HEAD Handle: 2003012414343900
Modified files:
openpkg-src/postgresql postgresql.spec
Log:
try to get rid of shared libraries
Summary:
Revision Changes Path
1.33 +5 -1 openpkg-src/postgresql/postgresql.spec
____________________________________________________________________________
patch -p0 <<'@@ .'
Index: openpkg-src/postgresql/postgresql.spec
============================================================================
$ cvs diff -u -r1.32 -r1.33 postgresql.spec
--- openpkg-src/postgresql/postgresql.spec 24 Jan 2003 09:26:22 -0000 1.32
+++ openpkg-src/postgresql/postgresql.spec 24 Jan 2003 14:34:39 -0000 1.33
@@ -98,6 +98,9 @@
%{l_shtool} subst \
-e 's;^\(sqlmansect *=\).*$;\1 7;' \
src/makefiles/Makefile.solaris
+ %{l_shtool} subst \
+ -e 's;$(INSTALL_SHLIB);#$(INSTALL_SHLIB);g' \
+ src/backend/utils/mb/conversion_procs/proc.mk
%build
# configure package
@@ -110,7 +113,8 @@
--with-openssl=%{l_prefix} \
--with-readline \
--with-zlib \
- --disable-syslog
+ --disable-syslog \
+ --disable-shared
# build package
%{l_make} %{l_mflags -O}
@@ .
______________________________________________________________________
The OpenPKG Project www.openpkg.org
CVS Repository Commit List [EMAIL PROTECTED]