From 2accaaedcd6bb786df4cfc4e80c3d6a39a1e6040 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Mon, 27 Feb 2017 21:48:02 +0100 Subject: [PATCH] workaround for RT #117800 --- curve25519-donna-master/Makefile.PL | 1 + 1 file changed, 1 insertion(+) diff --git a/curve25519-donna-master/Makefile.PL b/curve25519-donna-master/Makefile.PL index 1fa22ba..0802569 100644 --- a/curve25519-donna-master/Makefile.PL +++ b/curve25519-donna-master/Makefile.PL @@ -22,6 +22,7 @@ sub MY::top_targets { all :: static pure_all :: static static :: $extlib\$(LIB_EXT) +dynamic :: $extlib\$(LIB_EXT): \$(O_FILES) \t\$(AR) cr $extlib\$(LIB_EXT) \$(O_FILES) \t\$(RANLIB) $extlib\$(LIB_EXT) -- 2.1.2