Remove the last hunk from patch-ab for configure.

It was added for DragonFly, but not required for recent DF release,
and break build on AIX-5.3, as PR#44446.
This commit is contained in:
obache 2011-02-04 12:26:01 +00:00
parent 82ff9a1d4c
commit b40ed132ef
2 changed files with 3 additions and 12 deletions

View file

@ -1,9 +1,9 @@
$NetBSD: distinfo,v 1.37 2010/09/28 11:08:28 obache Exp $
$NetBSD: distinfo,v 1.38 2011/02/04 12:26:01 obache Exp $
SHA1 (db-4.8.30.tar.gz) = ab36c170dda5b2ceaad3915ced96e41c6b7e493c
RMD160 (db-4.8.30.tar.gz) = dd2fcd4c9b857a91e2f491fd4fadb0c51b993a9c
Size (db-4.8.30.tar.gz) = 22887305 bytes
SHA1 (patch-aa) = 1004feec022eefbf3fd57b6d9af99edc5a2bf17a
SHA1 (patch-ab) = 55108861b7a14288199fc5b421ae898290511afd
SHA1 (patch-ab) = 8f9ecc47527d338e28ee1ce71e694eaf2bdceb92
SHA1 (patch-ac) = 045a3b83b9c6c164382ec546b06ae248620552cf
SHA1 (patch-ae) = 43e574154de93dba60392b09d6ebddbca1036849

View file

@ -1,4 +1,4 @@
$NetBSD: patch-ab,v 1.22 2010/06/02 12:06:22 adam Exp $
$NetBSD: patch-ab,v 1.23 2011/02/04 12:26:01 obache Exp $
--- dist/configure.orig 2010-04-12 20:25:23.000000000 +0000
+++ dist/configure
@ -38,12 +38,3 @@ $NetBSD: patch-ab,v 1.22 2010/06/02 12:06:22 adam Exp $
hp*) _JNI_INC_SUBDIRS="hp-ux";;
linux*) _JNI_INC_SUBDIRS="linux genunix";;
osf*) _JNI_INC_SUBDIRS="alpha";;
@@ -18748,7 +18748,7 @@ if test "$db_cv_mutex" = no; then
# If the user specified we use POSIX pthreads mutexes, and we fail to
# find the full interface, try and configure for just intra-process
# support.
- if test "$db_cv_mutex" = no -o "$db_cv_mutex" = posix_only; then
+ if test "$ac_cv_lib_pthread_main" = yes -a "$db_cv_mutex" = no -o "$db_cv_mutex" = posix_only; then
LIBS="$LIBS -lpthread"
if test "$cross_compiling" = yes; then :