]> git.pld-linux.org Git - packages/db.git/blame - db.spec
- reverted - --with-tcl=/usr/lib is back (see: tcl.spec and _ulibdir %def.)
[packages/db.git] / db.spec
CommitLineData
c64bfc80
JB
1#
2# Conditional build:
40ed100c 3%bcond_with java # build db-java (required for openoffice)
10634cd1 4%bcond_without tcl # don't build tcl bindings
f0af6192
JB
5%bcond_with pmutex # use POSIX mutexes (only process-private with linuxthreads)
6%bcond_with nptl # synonym for pmutex (NPTL provides full interface)
8aa114e2 7#
f0af6192 8%{?with_nptl:%define pmutex 1}
50f4fca4 9Summary: Berkeley DB database library for C
240ad277
MM
10