forked from pool/cyrus-sasl
Marcus Meissner
2c4d2f9160
Update to 2.1.27 Please carefully review this change! I don't know what's the build issue on older distro version. I've successfully tested on Tumbleweed x86_64: LDAPI with SASL/EXTERNAL, LDAPS client certs with SASL/EXTERNAL, LDAP with SASL/GSSAPI to MS AD OBS-URL: https://build.opensuse.org/request/show/649912 OBS-URL: https://build.opensuse.org/package/show/network/cyrus-sasl?expand=0&rev=74
14 lines
391 B
Diff
14 lines
391 B
Diff
--- cyrus-sasl-2.1.27.orig/configure.ac 2018-10-09 16:58:04.000000000 +0200
|
|
+++ cyrus-sasl-2.1.27/configure.ac 2018-11-17 13:05:26.475631124 +0100
|
|
@@ -95,7 +95,9 @@
|
|
enable_obsolete_digest_attr=$enableval,
|
|
enable_obsolete_digest_attr=yes)
|
|
|
|
-AC_PROG_CC
|
|
+AC_PROG_CC_STDC
|
|
+AC_USE_SYSTEM_EXTENSIONS
|
|
+AC_SYS_LARGEFILE
|
|
AX_PROG_CC_FOR_BUILD
|
|
AC_PROG_CPP
|
|
AC_PROG_AWK
|