Description: remove obsolete libpcre linking
  * remove obsolete libpcre linking
Author: Cord Beermann <cord@debian.org>

--- passwordmaker-cli-1.5+dfsg.orig/unix.mak
+++ passwordmaker-cli-1.5+dfsg/unix.mak
@@ -30,7 +30,7 @@ DEFINES = -DUSE_MHASH -DTIXML_USE_STL
 CFLAGS = -O2 -Wall $(DEFINES)
 CXXFLAGS = -O2 -frtti -fexceptions -Wall $(DEFINES)
 INCPATH = -I.
-LIBS = -lmhash -lpcre -lpcrecpp
+LIBS = -lmhash -lpcrecpp
 
 ifeq ($(USE_MAC), 1)
 	CFLAGS := $(CFLAGS) -m32
