remove obsolete readme

This commit is contained in:
sthen 2016-07-01 11:38:35 +00:00
parent 7d33c379f6
commit 532251a9b9
3 changed files with 3 additions and 14 deletions

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.7 2016/05/13 14:36:37 jeremy Exp $
# $OpenBSD: Makefile,v 1.8 2016/07/01 11:38:35 sthen Exp $
# v8 only works on these arches currently
ONLY_FOR_ARCHS = amd64 i386
@ -6,7 +6,7 @@ ONLY_FOR_ARCHS = amd64 i386
COMMENT = PostgreSQL V8 javascript procedual language
VERSION = 1.4.2
REVISION = 1
REVISION = 2
DISTNAME = plv8-${VERSION}
PKGNAME = postgresql-${DISTNAME}

View File

@ -1,6 +1,5 @@
@comment $OpenBSD: PLIST,v 1.2 2015/01/08 15:03:35 sthen Exp $
@comment $OpenBSD: PLIST,v 1.3 2016/07/01 11:38:35 sthen Exp $
lib/postgresql/plv8.so
share/doc/pkg-readmes/${FULLPKGNAME}
share/postgresql/extension/plcoffee--1.4.2.sql
share/postgresql/extension/plcoffee.control
share/postgresql/extension/plls--1.4.2.sql

View File

@ -1,10 +0,0 @@
pl/v8 requires pthreads in order to work. OpenBSD does not allow
shared objects that link to pthreads to be opened via dlopen if
the executable program does not link to pthreads. So to use
pl/v8, you must ensure that PostgreSQL links to libpthread.
The easiest way to do this is adding the following login class
to login.conf:
postgresql:\
:setenv=LD_PRELOAD=libpthread.so:\
:tc=daemon: