pkgsrc/databases/postgresql74-plperl
jlam 3b03cc6d2f Fix postgresql74-plperl so that it finds libperl.so at runtime. The
PostgreSQL configure/build infrastructure tries very hard to separate
rpath flags from other LDFLAGS, which is completely unnecessary in
pkgsrc since the wrapper scripts are smart enough to deal with it on
their own.  In this case, the GNU configure script was stripping out
the rpath to libperl.so when setting perl_embed_ldflags, so modify
the configure script to not do this.

Also re-enable this package since it's possible to load the plperl.so
language module again.  I tested this with:

	createdb foo
	createlang -d foo plperl
2004-12-18 16:36:29 +00:00
..
DESCR
Makefile Fix postgresql74-plperl so that it finds libperl.so at runtime. The 2004-12-18 16:36:29 +00:00
MESSAGE
PLIST