mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-05-22 05:51:48 +00:00
miniupnpd: Build config.h before full build
This fixes a race condition e.g.
testminissdp.c:15:10: fatal error: config.h: No such file or directory
15 | #include "config.h"
| ^~~~~~~~~~
compilation terminated.
<builtin>: recipe for target 'testminissdp.o' failed
Signed-off-by: Khem Raj <raj.khem@gmail.com>
This commit is contained in:
parent
ef9f2b31b2
commit
9429dba394
@ -26,6 +26,7 @@ do_configure_prepend() {
|
||||
|
||||
do_compile() {
|
||||
cd ${S}
|
||||
CONFIG_OPTIONS="${IPV6} --leasefile --vendorcfg" oe_runmake -f Makefile.linux config.h
|
||||
CONFIG_OPTIONS="${IPV6} --leasefile --vendorcfg" oe_runmake -f Makefile.linux
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user