Wed, 01 Apr 2009 16:28:43 +0200
Correct usage of nonstandard fixed bit datatypes u_int[0-9][0-9]*.
db/db.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/db/db.spec Wed Apr 01 16:24:45 2009 +0200 1.2 +++ b/db/db.spec Wed Apr 01 16:28:43 2009 +0200 1.3 @@ -36,7 +36,7 @@ 1.4 Group: Database 1.5 License: BSD 1.6 Version: %{V_version}.%{V_revision} 1.7 -Release: 20081221 1.8 +Release: 20090401 1.9 1.10 # package options 1.11 %option with_pthreads no 1.12 @@ -94,6 +94,17 @@ 1.13 -e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \ 1.14 -e 's;install_utilities install_docs;install_utilities;' \ 1.15 dist/Makefile.in 1.16 + %{l_shtool} subst \ 1.17 + -e 's;u_int\([0-9][0-9]*_t\);uint\1;g' \ 1.18 + build_brew/db_int.h dist/aclocal/types.m4 \ 1.19 + dist/configure dbinc_auto/* dbinc/* \ 1.20 + btree/* common/* crypto/* db_archive/* db_checkpoint/* \ 1.21 + db_codegen/* db_deadlock/* db_dump/* db_hotbackup/* \ 1.22 + db_load/* db_printlog/* db_recover/* db_stat/* \ 1.23 + db_upgrade/* db_verify/* db/* db185/* dbreg/* env/* \ 1.24 + fileops/* hash/* hmac/* hsearch/* lock/* log/* \ 1.25 + crypto/mersenne/* mp/* mutex/* os/* qam/* rep/* \ 1.26 + repmgr/* crypto/rijndael/* sequence/* txn/* xa/* 1.27 1.28 %build 1.29 # configure library