cyrus-sasl-2.1.22-as-needed.patch 463 B

123456789101112
  1. --- saslauthd/configure.in.orig 2006-05-23 15:53:17.000000000 -0700
  2. +++ saslauthd/configure.in 2006-05-23 15:53:33.000000000 -0700
  3. @@ -77,7 +77,7 @@
  4. AC_DEFINE(AUTH_SASLDB,[],[Include SASLdb Support])
  5. SASL_DB_PATH_CHECK()
  6. SASL_DB_CHECK()
  7. - SASL_DB_LIB="$SASL_DB_LIB ../sasldb/.libs/libsasldb.al"
  8. + SASL_DB_LIB="../sasldb/.libs/libsasldb.a $SASL_DB_LIB"
  9. fi
  10. AC_ARG_ENABLE(httpform, [ --enable-httpform enable HTTP form authentication [[no]] ],