# HG changeset patch # User Michael Schloh von Bennewitz # Date 1239042666 -7200 # Node ID d06cf9bcdea5df8b218156e8c1e73caef2faa5a0 # Parent f53f65b7bfb9e3ef4e898de69fe564d01f0976fa Correct nonportable use of bitwise data types, matching the db library. diff -r f53f65b7bfb9 -r d06cf9bcdea5 sasl/sasl.spec --- a/sasl/sasl.spec Mon Apr 06 20:29:28 2009 +0200 +++ b/sasl/sasl.spec Mon Apr 06 20:31:06 2009 +0200 @@ -32,7 +32,7 @@ Group: Cryptography License: BSD Version: 2.1.22 -Release: 20090207 +Release: 20090206 # package options %option with_fsl yes @@ -117,6 +117,9 @@ %prep %setup -q -n cyrus-sasl-%{version} %patch -p0 + %{l_shtool} subst \ + -e 's;u_int;uint;g' \ + sasldb/db_berkeley.c %build # ensure the OpenPKG Berkeley-DB is picked up only