From ac1e42b62c0180e6fca1a292e8f37b6fe8de9a68 Mon Sep 17 00:00:00 2001 From: Szymon Siwek Date: Tue, 1 Apr 2008 06:49:38 +0000 Subject: [PATCH] - fixes parallel building Changed files: postfix-make-jN.patch -> 1.1 --- postfix-make-jN.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 postfix-make-jN.patch diff --git a/postfix-make-jN.patch b/postfix-make-jN.patch new file mode 100644 index 0000000..1d53873 --- /dev/null +++ b/postfix-make-jN.patch @@ -0,0 +1,11 @@ +--- 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.44.0