diff options
Diffstat (limited to 'patches')
-rw-r--r-- | patches/libsasl2-2.1.26.local.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/patches/libsasl2-2.1.26.local.patch b/patches/libsasl2-2.1.26.local.patch new file mode 100644 index 00000000..75cb9a98 --- /dev/null +++ b/patches/libsasl2-2.1.26.local.patch @@ -0,0 +1,13 @@ +diff -ru cyrus-sasl-2.1.26.orig/include/Makefile.in cyrus-sasl-2.1.26/include/Makefile.in +--- cyrus-sasl-2.1.26.orig/include/Makefile.in 2012-11-06 20:21:38.000000000 +0100 ++++ cyrus-sasl-2.1.26/include/Makefile.in 2018-08-22 18:24:32.635876325 +0200 +@@ -645,8 +645,7 @@ + + + md5global.h: makemd5 +- -rm -f md5global.h +- ./makemd5 md5global.h ++ -echo yep. + + # Tell versions [3.59,3.63) of GNU make to not export all variables. + # Otherwise a system limit (for SysV at least) may be exceeded. |