db/db.spec

changeset 463
4006c74cc96c
parent 121
9c764307f9a3
child 689
9fe04d4d4e5a
equal deleted inserted replaced
0:b30da271c279 1:bbc26e757bad
34 Distribution: OpenPKG Community 34 Distribution: OpenPKG Community
35 Class: BASE 35 Class: BASE
36 Group: Database 36 Group: Database
37 License: BSD 37 License: BSD
38 Version: %{V_version}.%{V_revision} 38 Version: %{V_version}.%{V_revision}
39 Release: 20081221 39 Release: 20090401
40 40
41 # package options 41 # package options
42 %option with_pthreads no 42 %option with_pthreads no
43 %option with_compat no 43 %option with_compat no
44 %option with_cxx no 44 %option with_cxx no
92 92
93 %{l_shtool} subst \ 93 %{l_shtool} subst \
94 -e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \ 94 -e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \
95 -e 's;install_utilities install_docs;install_utilities;' \ 95 -e 's;install_utilities install_docs;install_utilities;' \
96 dist/Makefile.in 96 dist/Makefile.in
97 %{l_shtool} subst \
98 -e 's;u_int\([0-9][0-9]*_t\);uint\1;g' \
99 build_brew/db_int.h dist/aclocal/types.m4 \
100 dist/configure dbinc_auto/* dbinc/* \
101 btree/* common/* crypto/* db_archive/* db_checkpoint/* \
102 db_codegen/* db_deadlock/* db_dump/* db_hotbackup/* \
103 db_load/* db_printlog/* db_recover/* db_stat/* \
104 db_upgrade/* db_verify/* db/* db185/* dbreg/* env/* \
105 fileops/* hash/* hmac/* hsearch/* lock/* log/* \
106 crypto/mersenne/* mp/* mutex/* os/* qam/* rep/* \
107 repmgr/* crypto/rijndael/* sequence/* txn/* xa/*
97 108
98 %build 109 %build
99 # configure library 110 # configure library
100 %if "%{with_pthreads}" == "yes" 111 %if "%{with_pthreads}" == "yes"
101 mutex="POSIX/pthreads" 112 mutex="POSIX/pthreads"

mercurial