]> git.pld-linux.org Git - packages/sendmail.git/blob - sendmail-db.patch
- x32 rebuild
[packages/sendmail.git] / sendmail-db.patch
1 --- sendmail-8.14.7/include/sm/bdb.h.orig       2003-03-06 17:30:05.000000000 +0100
2 +++ sendmail-8.14.7/include/sm/bdb.h    2013-11-17 16:28:54.048001259 +0100
3 @@ -19,7 +19,7 @@
4  #  define DB_VERSION_MAJOR 1
5  # endif /* ! DB_VERSION_MAJOR */
6  
7 -# if DB_VERSION_MAJOR >= 4 && DB_VERSION_MINOR >= 1
8 +# if (DB_VERSION_MAJOR > 4) || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1)
9  
10  #  define DBTXN        NULL ,
11  
This page took 0.028454 seconds and 3 git commands to generate.