mirror of
https://github.com/LibreELEC/LibreELEC.tv.git
synced 2025-07-24 11:16:51 +00:00
flashrom: link agains libudev and libkmod, needed too link against newer pciutils
Signed-off-by: Stephan Raue <stephan@openelec.tv>
This commit is contained in:
parent
f0cf00b09c
commit
0eb500b4e4
@ -34,3 +34,7 @@ PKG_AUTORECONF="no"
|
||||
|
||||
PKG_MAKE_OPTS_TARGET="CC=$TARGET_CC STRIP=$STRIP PREFIX=/usr WARNERROR=no"
|
||||
PKG_MAKEINSTALL_OPTS_TARGET="CC=$TARGET_CC STRIP=$STRIP PREFIX=/usr WARNERROR=no"
|
||||
|
||||
pre_make_target() {
|
||||
export LDFLAGS="$LDFLAGS -ludev -lkmod"
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user