diff options
author | Brian Pomerantz <bapper@mvista.com> | 2009-06-25 21:12:16 -0700 |
---|---|---|
committer | Chris Larson <clarson@mvista.com> | 2009-12-09 08:20:13 -0700 |
commit | b56e04329dd7dc14981772895e6777125bdf231f (patch) | |
tree | 87a9cb80efe642d8ba5f4d370e9650d9638a0a62 /site/arm-common | |
parent | 163c8367bd5e84b0b16ccee1a8ddd7b942ad3f1d (diff) |
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 <bapper@mvista.com>
Diffstat (limited to 'site/arm-common')
-rw-r--r-- | site/arm-common | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/site/arm-common b/site/arm-common index fd602bf3d6..b5cf8c28cb 100644 --- a/site/arm-common +++ b/site/arm-common @@ -36,7 +36,7 @@ db_cv_path_sh=${db_cv_path_sh=/bin/sh} db_cv_path_strip=${db_cv_path_strip=/usr/bin/strip} 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=ARM/gcc-assembly} db_cv_posixmutexes=${db_cv_posixmutexes=no} db_cv_uimutexes=${db_cv_uimutexes=no} |