SPECS: postgresql.spec - updated configure options; files for plph...

arekm arekm at pld-linux.org
Sun Dec 10 22:24:15 CET 2006


Author: arekm                        Date: Sun Dec 10 21:24:15 2006 GMT
Module: SPECS                         Tag: HEAD
---- Log message:
- updated configure options; files for plphp module by Tomasz Rutkowski alucard nospheratu.net

---- Files affected:
SPECS:
   postgresql.spec (1.373 -> 1.374) 

---- Diffs:

================================================================
Index: SPECS/postgresql.spec
diff -u SPECS/postgresql.spec:1.373 SPECS/postgresql.spec:1.374
--- SPECS/postgresql.spec:1.373	Sun Dec 10 00:06:47 2006
+++ SPECS/postgresql.spec	Sun Dec 10 22:24:10 2006
@@ -8,8 +8,6 @@
 %bcond_without	tcl			# disables Tcl support
 %bcond_without	kerberos5		# disable kerberos5 support
 %bcond_without	perl			# disable Perl support
-%bcond_without	pgsql_locale		# disable PostgreSQL locale
-%bcond_without	pgsql_multibyte		# disable PostgreSQL multibyte
 %bcond_without	python			# disable Python support
 %bcond_with	php			# enable PHP support
 %bcond_with	absolute_dbpaths	# enable absolute paths to create database
@@ -804,22 +802,15 @@
 	--disable-rpath \
 	--enable-depend \
 	--enable-integer-datetimes \
-	%{?with_pgsql_locale:--enable-locale} \
-	%{?with_pgsql_multibyte:--enable-multibyte} \
 	--enable-nls \
-	--enable-recode \
-	--enable-syslog \
 	--enable-thread-safety \
-	--enable-unicode-conversion \
-	--with-CXX \
 	%{?with_kerberos5:--with-krb5} \
 	--with-openssl \
 	--with-pam \
 	%{?with_perl:--with-perl} \
 	%{?with_php:--with-php=/usr/include/php} \
 	%{?with_python:--with-python} \
-	%{?with_tcl:--with-tcl} \
-	--with-x \
+	%{?with_tcl:--with-tcl --with-tclconfig=%{_libdir}} \
 	--without-docdir
 
 %{__make}
@@ -1125,6 +1116,13 @@
 %attr(755,root,root) %{_pgmoduledir}/pltcl.so
 %endif
 
+%if %{with php}
+%files module-plphp
+%defattr(644,root,root,755)
+%attr(755,root,root) %{_bindir}/plphp_*
+%attr(755,root,root) %{_pgmoduledir}/plphp.so
+%endif
+
 %files module-dblink
 %defattr(644,root,root,755)
 %doc contrib/dblink/README.dblink
@@ -1170,6 +1168,9 @@
 All persons listed below can be reached at <cvs_login>@pld-linux.org
 
 $Log$
+Revision 1.374  2006/12/10 21:24:10  arekm
+- updated configure options; files for plphp module by Tomasz Rutkowski alucard nospheratu.net
+
 Revision 1.373  2006/12/09 23:06:47  wrobell
 - rel. 0.3
 
================================================================

---- CVS-web:
    http://cvs.pld-linux.org/SPECS/postgresql.spec?r1=1.373&r2=1.374&f=u



More information about the pld-cvs-commit mailing list