pkgsrc/databases/postgresql74-lib
jlam a1dc1c896f Patch Makefile.shlib so that when creating shared libraries, we don't
only pass only the -L* LDFLAGS to the linker.  This is correct for
pkgsrc since the wrapper scripts take care of correctly passing the
rpath info to the linker, so we don't need to filter those out.  This
allows plpgsql.so to find libintl.so if we are using the pkgsrc version
of it.  Bump the PKGREVISION of postgresql*-lib to 7.3.8nb1 and
7.4.6nb2.

Link the postgres binary with the necessary flags to allow it to
dlopen() modules that use pthreads[*].  This should allow postgres to
open a plperl.so module built on a system with perl+threads.  Bump
the PKGREVISION of postgresql*-server to 7.3.8nb2 and 7.4.6nb2.

[*] Note that this behavior can be tweaked globally by setting
    DLOPEN_REQUIRE_PTHREADS to "yes" or "no" in /etc/mk.conf.
2004-12-18 15:59:55 +00:00
..
files Initial import of PostgreSQL 7.4.2 2004-04-19 00:02:30 +00:00
buildlink3.mk RECOMMENDED should be after DEPENDS. 2004-12-02 10:41:33 +00:00
DESCR Initial import of PostgreSQL 7.4.2 2004-04-19 00:02:30 +00:00
Makefile Patch Makefile.shlib so that when creating shared libraries, we don't 2004-12-18 15:59:55 +00:00
PLIST Move the pg_config binary from -client to -lib. This fixes PR pkg/28685 2004-12-18 14:26:15 +00:00