Skip to content

fix(build): Prevent sasl's makefile rules from staining vendor

Turns out Cyrus SASL doesn't use AM_MAINTAINER_MODE or anything to prevent autotools from re-configuring the project at build time. This patch "fixes" that by maiming autotools' paths in Makefile.

NO_DOC=internal NO_TEST=internal NO_CHANGELOG=internal

Merge request reports