# HG changeset patch # User Michael Schloh von Bennewitz # Date 1238596123 -7200 # Node ID d170463cc57b933b829cb9f8ac4a3d50e8af4d57 # Parent 9c764307f9a33b90dfee8daed99376b8134c1b6f Correct usage of nonstandard fixed bit datatypes u_int[0-9][0-9]*. diff -r 9c764307f9a3 -r d170463cc57b db/db.spec --- a/db/db.spec Wed Apr 01 16:24:45 2009 +0200 +++ b/db/db.spec Wed Apr 01 16:28:43 2009 +0200 @@ -36,7 +36,7 @@ Group: Database License: BSD Version: %{V_version}.%{V_revision} -Release: 20081221 +Release: 20090401 # package options %option with_pthreads no @@ -94,6 +94,17 @@ -e 's;\($(ar) cr .*\);\1 _udivdi3.o _muldi3.o _clz.o;' \ -e 's;install_utilities install_docs;install_utilities;' \ dist/Makefile.in + %{l_shtool} subst \ + -e 's;u_int\([0-9][0-9]*_t\);uint\1;g' \ + build_brew/db_int.h dist/aclocal/types.m4 \ + dist/configure dbinc_auto/* dbinc/* \ + btree/* common/* crypto/* db_archive/* db_checkpoint/* \ + db_codegen/* db_deadlock/* db_dump/* db_hotbackup/* \ + db_load/* db_printlog/* db_recover/* db_stat/* \ + db_upgrade/* db_verify/* db/* db185/* dbreg/* env/* \ + fileops/* hash/* hmac/* hsearch/* lock/* log/* \ + crypto/mersenne/* mp/* mutex/* os/* qam/* rep/* \ + repmgr/* crypto/rijndael/* sequence/* txn/* xa/* %build # configure library