diff options
author | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-08-22 19:07:36 +0000 |
---|---|---|
committer | Lucio Andrés Illanes Albornoz <lucio@lucioillanes.de> | 2018-08-22 19:07:36 +0000 |
commit | 98eaddd39b1417b6563847c8cc3a771f5ca13042 (patch) | |
tree | 5fbb1c62a7fb7bf53bfacb900d56580ab99841e0 /patches | |
parent | 8f20d2b41d9f601ef7f00721b85eba8c56936d1c (diff) | |
download | midipix_build-98eaddd39b1417b6563847c8cc3a771f5ca13042.tar.bz2 midipix_build-98eaddd39b1417b6563847c8cc3a771f5ca13042.tar.xz |
vars/build.vars:native_packages_deps: adds libsasl2 v2.1.26 (via Redfoxmoon.)
vars/build.vars:native_packages_etc: adds isync v1.3.0 (via Redfoxmoon.)
vars/build.vars:libsasl2:${PKG_CONFIGURE_ARGS_EXTRA}: force correct config.cache location.
patches/libsasl2-2.1.26.local.patch: via Redfoxmoon.
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. |