Revision: 25922 http://sourceforge.net/p/gar/code/25922 Author: jake_goerzen Date: 2016-08-31 19:39:45 +0000 (Wed, 31 Aug 2016) Log Message: ----------- dovecot: Disable git patching to preserve correct git-commit hash in dovecot source
Modified Paths: -------------- csw/mgar/pkg/dovecot/trunk/Makefile Modified: csw/mgar/pkg/dovecot/trunk/Makefile =================================================================== --- csw/mgar/pkg/dovecot/trunk/Makefile 2016-08-31 12:55:39 UTC (rev 25921) +++ csw/mgar/pkg/dovecot/trunk/Makefile 2016-08-31 19:39:45 UTC (rev 25922) @@ -64,6 +64,9 @@ # No test suite for Dovecot available TEST_SCRIPTS = +# Disable git patching to preserve correct git-commit hash in dovecot source. +NOGITPATCH = 1 + CONFIGURE_ARGS = $(DIRPATHS) CONFIGURE_ARGS += --with-gssapi CONFIGURE_ARGS += --with-ldap This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.