diff options
author | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-07-05 10:34:13 +0200 |
---|---|---|
committer | Mathieu Othacehe <m.othacehe@gmail.com> | 2019-11-15 17:32:25 +0100 |
commit | 3382a4f344e04ad6dad374bb25ddf15a010d14a3 (patch) | |
tree | dee376dddd96407349e286dd4f5461d9bae1fa55 /gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch | |
parent | e45c333c5569c42debbf3cd888b251d1a1e209e4 (diff) | |
download | guix-3382a4f344e04ad6dad374bb25ddf15a010d14a3.tar.gz |
gnu: cyrus-sasl: Fix cross-compilation.
* gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/cyrus-sasl.scm (cyrus-sasl)[origin]: Apply it. [native-tools]: Add autoconf, automake and libtool. [arguments]: Run autoconf to apply m4 modification in patch above.
Diffstat (limited to 'gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch')
-rw-r--r-- | gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch b/gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch new file mode 100644 index 0000000000..8662e812e9 --- /dev/null +++ b/gnu/packages/patches/cyrus-sasl-ac-try-run-fix.patch @@ -0,0 +1,12 @@ +--- a/m4/sasl2.m4 2018-11-18 22:33:29.902625600 +0300 ++++ b/m4/sasl2.m4 2018-11-18 22:33:59.828746176 +0300 +@@ -339,7 +339,8 @@ + ], + [ AC_DEFINE(HAVE_GSS_SPNEGO,,[Define if your GSSAPI implementation supports SPNEGO]) + AC_MSG_RESULT(yes) ], +- AC_MSG_RESULT(no)) ++ AC_MSG_RESULT(no), ++ AC_MSG_RESULT(no)) + LIBS="$cmu_save_LIBS" + + else |