Thanks. I set MAKE_JOBS_SAFE=no in the pkgsrc entry, and here's a doc
patch:
Index: README
===================================================================
RCS file: /milter-greylist/milter-greylist/README,v
retrieving revision 1.63
diff -u -p -u -p -r1.63 README
--- README 26 Sep 2008 23:35:44 -0000 1.63
+++ README 3 Oct 2008 23:24:24 -0000
@@ -70,6 +70,8 @@ configuration options by running:
To build milter-greylist, just do the usual
./configure && make && make install
+Note that you cannot safely use -j because of the .y.c rule.
+
If libpthread and libmilter are not automatically located, use
--with-libpthread and --with-libmilter flags to the configure
script.
patch:
Index: README
===================================================================
RCS file: /milter-greylist/milter-greylist/README,v
retrieving revision 1.63
diff -u -p -u -p -r1.63 README
--- README 26 Sep 2008 23:35:44 -0000 1.63
+++ README 3 Oct 2008 23:24:24 -0000
@@ -70,6 +70,8 @@ configuration options by running:
To build milter-greylist, just do the usual
./configure && make && make install
+Note that you cannot safely use -j because of the .y.c rule.
+
If libpthread and libmilter are not automatically located, use
--with-libpthread and --with-libmilter flags to the configure
script.