From bc26573faa0da45a6ba0ab5228c11ab247e3fcce Mon Sep 17 00:00:00 2001 From: Marcin Krol Date: Sun, 26 Jul 2015 12:57:50 +0000 Subject: [PATCH] - obsolete --- postfix-dictname.patch | 11 ----------- postfix-make-jN.patch | 11 ----------- 2 files changed, 22 deletions(-) delete mode 100644 postfix-dictname.patch delete mode 100644 postfix-make-jN.patch diff --git a/postfix-dictname.patch b/postfix-dictname.patch deleted file mode 100644 index 0b9f937..0000000 --- a/postfix-dictname.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- postfix-2.9.0/src/util/dict_open.c.orig 2012-02-04 19:42:26.000000000 +0100 -+++ postfix-2.9.0/src/util/dict_open.c 2012-02-04 19:43:42.937093038 +0100 -@@ -365,7 +365,7 @@ - lib=vstring_alloc(1); - vstring_sprintf(lib,dl->soname,dict_type); - if (stat(vstring_str(lib),&st) < 0) { -- msg_fatal("%s: unsupported dictionary type: %s (%s not found. Is the postfix-%s package installed?)", -+ msg_fatal("%s: unsupported dictionary type: %s (%s not found. Is the postfix-dict-%s package installed?)", - myname, dict_type, vstring_str(lib), dict_type); - } - func=vstring_alloc(1); diff --git a/postfix-make-jN.patch b/postfix-make-jN.patch deleted file mode 100644 index 1d53873..0000000 --- a/postfix-make-jN.patch +++ /dev/null @@ -1,11 +0,0 @@ ---- postfix-2.5.1/src/util/Makefile.in.orig 2008-04-01 08:29:37.168090190 +0200 -+++ postfix-2.5.1/src/util/Makefile.in 2008-04-01 08:30:10.665787970 +0200 -@@ -118,7 +118,7 @@ - - test: $(TESTPROG) - --$(PCRESO): dict_pcre.o -+$(PCRESO): dict_pcre.o libutil.a - gcc -shared -Wl,-soname,dict_pcre.so -o $@ $? -lpcre -L. -lutil - - $(LIB): $(OBJS) -- 2.37.3