Skip Menu |

This queue is for tickets about the Crypt-UnixCrypt_XS CPAN distribution.

Report information
The Basics
Id: 119089
Status: resolved
Priority: 0/
Queue: Crypt-UnixCrypt_XS

People
Owner: Nobody in particular
Requestors: CHORNY [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 0.10
Fixed in: (no value)



Subject: [patch] workaround for EUMM bug RT#117800
for Makefile.PL in fcrypt directory -- Alexandr Ciornii, http://chorny.net
Subject: fcrypt_Makefile.PL.patch
--- Makefile.PL.dist 2005-02-11 20:27:39.000000000 +0200 +++ Makefile.PL 2016-12-01 14:35:19.812500000 +0200 @@ -17,7 +17,11 @@ libfcrypt$(LIB_EXT): $(O_FILES) $(AR) cr libfcrypt$(LIB_EXT) $(O_FILES) $(RANLIB) libfcrypt$(LIB_EXT) -'; +'.($ExtUtils::MakeMaker::VERSION >= 7.16?' + +dynamic :: + $(NOECHO) $(NOOP) +':''); #https://rt.cpan.org/Ticket/Display.html?id=117800 }
Am Do 01. Dez 2016, 07:51:27, CHORNY schrieb: Show quoted text
> for Makefile.PL in fcrypt directory >
Thanks! Applied and hopefully fixed in 0.11! -- Boris