mirror of
https://github.com/motioneye-project/motioneyeos.git
synced 2025-07-30 14:46:31 +00:00
pciutils: ensure cross-pkgconfig is used
For build with libkmod. Fixes http://autobuild.buildroot.net/results/70cdca5c5a41a14277c616fba3a58d8aa5fa5a2c/build-end.log Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
4460c40197
commit
ebb07458b5
@ -40,7 +40,7 @@ define PCIUTILS_CONFIGURE_CMDS
|
|||||||
endef
|
endef
|
||||||
|
|
||||||
define PCIUTILS_BUILD_CMDS
|
define PCIUTILS_BUILD_CMDS
|
||||||
$(MAKE) CC="$(TARGET_CC)" \
|
$(TARGET_MAKE_ENV) $(MAKE) CC="$(TARGET_CC)" \
|
||||||
HOST="$(KERNEL_ARCH)-linux" \
|
HOST="$(KERNEL_ARCH)-linux" \
|
||||||
OPT="$(TARGET_CFLAGS)" \
|
OPT="$(TARGET_CFLAGS)" \
|
||||||
LDFLAGS="$(TARGET_LDFLAGS)" \
|
LDFLAGS="$(TARGET_LDFLAGS)" \
|
||||||
|
Loading…
x
Reference in New Issue
Block a user