mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-08 07:56:16 -05:00
3382a4f344
* 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.
12 lines
343 B
Diff
12 lines
343 B
Diff
--- 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
|