From 323c1d0031318f4d3100a4f04aa05df5c0f39431 Mon Sep 17 00:00:00 2001 From: Slaven Rezic Date: Mon, 27 Feb 2017 21:55:48 +0100 Subject: [PATCH] workaround for RT #117800 --- src/Makefile.PL | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Makefile.PL b/src/Makefile.PL index a7cc1e7..08efedd 100644 --- a/src/Makefile.PL +++ b/src/Makefile.PL @@ -30,6 +30,8 @@ pure_all :: static static :: $(OBJECT) libcluster$(LIB_EXT) +dynamic :: + cluster.o : $(CC) -c $(INC) $(DEFINE_VERSION) $(XS_DEFINE_VERSION) $(CCFLAGS) -o cluster.o cluster.c -- 2.1.2