Petr Štetiar 6c020577ae libpcap: fix build breakage with very high number of simultaneous jobs
Building libpcap with high number (64) of simultaneous jobs fails:

 In file included from ./fmtutils.c:42:0:
 ./ftmacros.h:106:0: warning: "_BSD_SOURCE" redefined
   #define _BSD_SOURCE

 <command-line>:0:0: note: this is the location of the previous definition
 ./gencode.c:67:10: fatal error: grammar.h: No such file or directory
  #include "grammar.h"
           ^~~~~~~~~~~
 compilation terminated.
 Makefile:99: recipe for target 'gencode_pic.o' failed

So fix this by less intrusive way by disabling the parallel builds for
this package.

Ref: FS#3010
Signed-off-by: Petr Štetiar <ynezz@true.cz>
2020-04-25 13:59:19 +02:00
..
2019-09-04 13:42:02 +02:00
2019-01-24 10:39:30 +01:00
2019-05-17 21:41:43 +02:00
2019-11-01 14:22:37 +00:00
2019-01-24 10:39:30 +01:00
2019-09-04 13:46:01 +02:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2019-01-24 10:39:30 +01:00
2020-04-18 00:18:13 +02:00
2019-09-04 13:37:38 +02:00
2019-09-04 13:41:40 +02:00
2020-04-21 23:05:20 +02:00
2019-02-26 23:20:04 +01:00
2019-10-19 14:30:00 +02:00
2020-01-04 23:04:24 +01:00