This commit is contained in:
sthen 2015-02-16 21:40:38 +00:00
parent 6c5e39ccb2
commit ad43ce3371

View File

@ -1,11 +1,11 @@
$OpenBSD: patch-configure,v 1.11 2015/01/16 20:43:48 landry Exp $
$OpenBSD: patch-configure,v 1.12 2015/02/16 21:40:38 sthen Exp $
Remove configure check, since the pl/python does work if you
LD_PRELOAD libpthread when starting PostgreSQL.
--- configure.orig Mon Dec 15 18:07:34 2014
+++ configure Fri Jan 16 06:16:48 2015
@@ -7445,11 +7445,6 @@ pythreads=`${PYTHON} -c "import sys; print(int('thread
--- configure.orig Mon Feb 2 20:42:55 2015
+++ configure Mon Feb 16 16:16:37 2015
@@ -7454,11 +7454,6 @@ pythreads=`${PYTHON} -c "import sys; print(int('thread
if test "$pythreads" = "1"; then
{ $as_echo "$as_me:${as_lineno-$LINENO}: result: yes" >&5
$as_echo "yes" >&6; }