From 2408f08e1bb55cc2cbe617f34b0259a6b26136ff Mon Sep 17 00:00:00 2001
From: Slaven Rezic <[email protected]>
Date: Mon, 27 Feb 2017 23:07:01 +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 aac1231..f50cc72 100644
--- a/src/Makefile.PL
+++ b/src/Makefile.PL
@@ -41,6 +41,8 @@ pure_all :: static

static :: libpasswdqc$(LIB_EXT)

+dynamic ::
+
libpasswdqc$(LIB_EXT): $(O_FILES)
       $(AR) cr libpasswdqc$(LIB_EXT) $(O_FILES)
       $(RANLIB) libpasswdqc$(LIB_EXT)
--
2.1.2