SOURCES: postfix-make-jN.patch (NEW) - fixes parallel building

sls sls at pld-linux.org
Tue Apr 1 08:49:43 CEST 2008


Author: sls                          Date: Tue Apr  1 06:49:43 2008 GMT
Module: SOURCES                       Tag: HEAD
---- Log message:
- fixes parallel building

---- Files affected:
SOURCES:
   postfix-make-jN.patch (NONE -> 1.1)  (NEW)

---- Diffs:

================================================================
Index: SOURCES/postfix-make-jN.patch
diff -u /dev/null SOURCES/postfix-make-jN.patch:1.1
--- /dev/null	Tue Apr  1 08:49:43 2008
+++ SOURCES/postfix-make-jN.patch	Tue Apr  1 08:49:38 2008
@@ -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)
================================================================


More information about the pld-cvs-commit mailing list