X-Git-Url: http://git.pld-linux.org/?p=packages%2Fsendmail.git;a=blobdiff_plain;f=sendmail-db.patch;fp=sendmail-db.patch;h=688b87e31df3157158cbf6696fd752066ac48029;hp=0000000000000000000000000000000000000000;hb=f14e36998382aacce32ec1765090cf6b0a00abea;hpb=ee19ea516177782a8670a0899db41e4df1987011 diff --git a/sendmail-db.patch b/sendmail-db.patch new file mode 100644 index 0000000..688b87e --- /dev/null +++ b/sendmail-db.patch @@ -0,0 +1,11 @@ +--- sendmail-8.14.7/include/sm/bdb.h.orig 2003-03-06 17:30:05.000000000 +0100 ++++ sendmail-8.14.7/include/sm/bdb.h 2013-11-17 16:28:54.048001259 +0100 +@@ -19,7 +19,7 @@ + # define DB_VERSION_MAJOR 1 + # endif /* ! DB_VERSION_MAJOR */ + +-# if DB_VERSION_MAJOR >= 4 && DB_VERSION_MINOR >= 1 ++# if (DB_VERSION_MAJOR > 4) || (DB_VERSION_MAJOR == 4 && DB_VERSION_MINOR >= 1) + + # define DBTXN NULL , +