Mon, 06 Apr 2009 20:31:06 +0200
Correct nonportable use of bitwise data types, matching the db library.
sasl/sasl.spec | file | annotate | diff | comparison | revisions |
1.1 --- a/sasl/sasl.spec Mon Apr 06 20:29:28 2009 +0200 1.2 +++ b/sasl/sasl.spec Mon Apr 06 20:31:06 2009 +0200 1.3 @@ -32,7 +32,7 @@ 1.4 Group: Cryptography 1.5 License: BSD 1.6 Version: 2.1.22 1.7 -Release: 20090207 1.8 +Release: 20090206 1.9 1.10 # package options 1.11 %option with_fsl yes 1.12 @@ -117,6 +117,9 @@ 1.13 %prep 1.14 %setup -q -n cyrus-sasl-%{version} 1.15 %patch -p0 1.16 + %{l_shtool} subst \ 1.17 + -e 's;u_int;uint;g' \ 1.18 + sasldb/db_berkeley.c 1.19 1.20 %build 1.21 # ensure the OpenPKG Berkeley-DB is picked up only