]> git.pld-linux.org Git - packages/db4.2.git/blame - db4.2.spec
- posixmutexes handling fix (now only private cap depends on build env)
[packages/db4.2.git] / db4.2.spec
CommitLineData
3057fd07
JB
1#
2# Conditional build:
ba0ade0b 3%bcond_with java # build db-java (required for openoffice)
35727624 4%bcond_without tcl # don't build tcl bindings
b78c0e49
JB
5%bcond_with pmutex # use POSIX mutexes (only process-private with linuxthreads)
6%bcond_with nptl # synonym for pmutex (NPTL provides full interface)
dff4a1a9 7#
b78c0e49 8%{?with_nptl:%define pmutex 1}
6a84e094 9Summary: Berkeley DB database library for C
034387f5
MM
10