summaryrefslogtreecommitdiff
path: root/databases
diff options
context:
space:
mode:
authorjlam <jlam>2004-11-25 19:34:03 +0000
committerjlam <jlam>2004-11-25 19:34:03 +0000
commita68655268ab7e698acc26780a2e5749651516348 (patch)
treef7cee64ed35cdc332c929fa10acc8fe0f2e1490e /databases
parent8033eab1aa8cdbcf6887f6cb8512a294fd242f70 (diff)
downloadpkgsrc-a68655268ab7e698acc26780a2e5749651516348.tar.gz
Default PTHREAD_AUTO_VARS to the safer value of "no". Most packages
that use pthreads already implement their own probes for pthreads, so we don't need to auto-add the compiler/linker flags.
Diffstat (limited to 'databases')
-rw-r--r--databases/mysql-client/Makefile.common4
-rw-r--r--databases/mysql4-client/Makefile.common4
-rw-r--r--databases/openldap/Makefile7
3 files changed, 3 insertions, 12 deletions
diff --git a/databases/mysql-client/Makefile.common b/databases/mysql-client/Makefile.common
index 53353f97906..08ab8374a4f 100644
--- a/databases/mysql-client/Makefile.common
+++ b/databases/mysql-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.35 2004/11/23 16:07:02 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.36 2004/11/25 19:34:03 jlam Exp $
DISTNAME= mysql-4.0.22
CATEGORIES= databases
@@ -72,8 +72,6 @@ CFLAGS+= -DHAVE_CURSES_H
CXXFLAGS+= -DHAVE_CURSES_H
.endif
-PTHREAD_AUTO_VARS= no
-
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "pth")
diff --git a/databases/mysql4-client/Makefile.common b/databases/mysql4-client/Makefile.common
index e51cf6d4a10..4c6a36f78f5 100644
--- a/databases/mysql4-client/Makefile.common
+++ b/databases/mysql4-client/Makefile.common
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.25 2004/11/23 16:07:02 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.26 2004/11/25 19:34:03 jlam Exp $
DISTNAME= mysql-4.1.7
CATEGORIES= databases
@@ -72,8 +72,6 @@ CFLAGS+= -DHAVE_CURSES_H
CXXFLAGS+= -DHAVE_CURSES_H
.endif
-PTHREAD_AUTO_VARS= no
-
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "pth")
diff --git a/databases/openldap/Makefile b/databases/openldap/Makefile
index 9528a28345c..d65eeed6fd4 100644
--- a/databases/openldap/Makefile
+++ b/databases/openldap/Makefile
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.88 2004/11/19 16:35:26 jlam Exp $
+# $NetBSD: Makefile,v 1.89 2004/11/25 19:34:03 jlam Exp $
DISTNAME= openldap-2.2.18
SVR4_PKGNAME= oldap
@@ -96,11 +96,6 @@ OPENLDAP_PTHREAD_OPTS?= native
OPENLDAP_PTHREAD_OPTS?= require
PTHREAD_OPTS+= ${OPENLDAP_PTHREAD_OPTS}
-# We don't actually want everything to be built with pthreads -- only
-# libldap_r and slurpd.
-#
-PTHREAD_AUTO_VARS= no
-
.include "../../security/openssl/buildlink3.mk"
.include "../../security/tcp_wrappers/buildlink3.mk"
.include "../../mk/pthread.buildlink3.mk"