File: remove-pcre

package info (click to toggle)
passwordmaker-cli 1.5%2Bdfsg-5
  • links: PTS
  • area: main
  • in suites: bookworm
  • size: 636 kB
  • sloc: cpp: 6,768; javascript: 639; makefile: 15
file content (16 lines) | stat: -rw-r--r-- 494 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Description: remove obsolete libpcre linking
  * remove obsolete libpcre linking
Author: Cord Beermann <cord@debian.org>
Forwarded: not-needed

--- 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