Browse Source

* removed --with-CXX from postgresql.conf. On August 22 2002 libpq++

was removed from the PostgreSQL backend, and became a separate project
	the --with-CXX switch only served to build libpq++
	http://developer.postgresql.org/cvsweb.cgi/pgsql/configure.diff?r1=1.204;r2=1.205;f=h


git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20603 10447126-35f2-4685-b0cf-6dd780d3921f
early
Nagy Karoly Gabriel 18 years ago
parent
commit
216aaf9836
  1. 1
      database/postgresql/postgresql.conf

1
database/postgresql/postgresql.conf

@ -29,7 +29,6 @@ fi
[ "$SDECFG_PKG_POSTGRESQL_CONTRIB" == 0 ] ||
var_append patchfiles ' ' "$confdir/build_contrib.diff"
var_append extraconfopt " " "--with-CXX"
var_append extraconfopt " " "--with-gnu-ld"
# Enable thread-safety for libpq and ecpg by default

Loading…
Cancel
Save