Re: [PATCH] MSVC: allow using ExtUtils::MakeMaker
From: Junio C Hamano <hidden>
Date: 2016-06-15 23:00:38
Marat Radchenko [off-list ref] writes:
Drop NO_PERL_MAKEMAKER from config.mak.uname for the MSVC platform. MakeMaker is available on Windows Perl implementations and installs modules to correct location, unlike NO_PERL_MAKEMAKER Makefile. Signed-off-by: Marat Radchenko <redacted> ---
As nobody seems to object to this change (and I do not have an environment nor inclination to test MSVC builds myself), I'll apply this directly to 'master', hoping that doing so reasonably ahead of 2.0-rc0 would give people enough time to complain if needed. Thanks.
quoted hunk
config.mak.uname | 1 - 1 file changed, 1 deletion(-)diff --git a/config.mak.uname b/config.mak.uname index fc5616d..6db4193 100644 --- a/config.mak.uname +++ b/config.mak.uname@@ -338,7 +338,6 @@ ifeq ($(uname_S),Windows) NO_MKSTEMPS = YesPlease SNPRINTF_RETURNS_BOGUS = YesPlease NO_SVN_TESTS = YesPlease - NO_PERL_MAKEMAKER = YesPlease RUNTIME_PREFIX = YesPlease NO_ST_BLOCKS_IN_STRUCT_STAT = YesPlease NO_NSEC = YesPlease