]> git.pld-linux.org Git - packages/db.git/blame - db.spec
- simplified lib moving (just move libdb-4.2.so instead of moving all the rest
[packages/db.git] / db.spec
CommitLineData
c64bfc80
JB
1#
2# Conditional build:
40ed100c 3%bcond_with java # build db-java (required for openoffice)
3a5f0a1d 4%bcond_without tcl # don't build Tcl bindings
f0af6192 5%bcond_with pmutex # use POSIX mutexes (only process-private with linuxthreads)
3d8099c9 6%bcond_with nptl # use process-shared POSIX mutexes (NPTL provides full interface)
8aa114e2 7#
6a76baea 8%{?with_nptl:%define with_pmutex 1}
50f4fca4 9Summary: Berkeley DB database library for C
240ad277
MM
10