From b56e04329dd7dc14981772895e6777125bdf231f Mon Sep 17 00:00:00 2001 From: Brian Pomerantz Date: Thu, 25 Jun 2009 21:12:16 -0700 Subject: site/: Change the db_cv_mutex site defaults for db The rpm build is failing on the internal db3 build because it thinks db_cv_mutex=no is telling it that "no" is the mutext type. Setting this to proper values for the platforms that didn't have them set already should fix the rpm builds. Signed-off-by: Brian Pomerantz --- site/mips-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'site/mips-linux') diff --git a/site/mips-linux b/site/mips-linux index e00c175392..4f1297aeca 100644 --- a/site/mips-linux +++ b/site/mips-linux @@ -69,7 +69,7 @@ rpppoe_cv_pack_bitfields=${rpppoe_cv_pack_bitfields=rev} # db3 db_cv_align_t=${db_cv_align_t='unsigned long long'} db_cv_alignp_t=${db_cv_alignp_t='unsigned long'} -db_cv_mutex=${db_cv_mutex=no} +db_cv_mutex=${db_cv_mutex=POSIX/pthreads/library} db_cv_posixmutexes=${db_cv_posixmutexes=no} db_cv_uimutexes=${db_cv_uimutexes=no} db_cv_fcntl_f_setfd=${db_cv_fcntl_f_setfd=yes} -- cgit v1.2.3